head 0.0.3 → 0.0.4

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 64555f34c0083982a934eab9077ed59c080d25e5c30d649c45bb72f91d5a4d7d
4
- data.tar.gz: 7d56527224c27361e457345eabeea6fedacda3d820608f50bd0e2afd2463f59a
3
+ metadata.gz: 7d40b022159d002893a320ac68e135202e6406f8df5d63054ea0639f2ccc0cd6
4
+ data.tar.gz: 99f7a6cb41d1121d8f6d1c8cfb089248ea97378c1bdf12de6c7f680cce99c083
5
5
  SHA512:
6
- metadata.gz: d755be54df9724b2c9dea550f04bb10d3c211ea6d06028eb6dedee133f603ab80a614515f2e038a651ff6cd5c83c18598bbb14098b7f0032f7e5d52c61606629
7
- data.tar.gz: 23c1c19da4691d95d45411ae3c13c15ddc847d0dfa9767d415569c2e994119015dcbe9e3daf47979d4340c1f9feaf33fdd57a377df5b5ad7238cc9a72f3402e3
6
+ metadata.gz: 2ebdd214cff669e67821b3a80123ec2260dd8f0815615a815a35a133d4a451e3a930ec5c3ebe3e2a8817f66c27a5be655133cae1f7ea172caad2bc5b282e097c
7
+ data.tar.gz: 54ba066db077606d3e21e861a350c9bf9b549d2fb1a1eb607b2d9333a0428426a7b47490a29a4bb28f54530660b44461b7853fe80f46aa8ced4ad35ad88f77af
@@ -1,6 +1,6 @@
1
1
  document.addEventListener('DOMContentLoaded', function() {
2
2
  document.querySelectorAll('.js-head-sidebar__category').forEach(function (category) {
3
- console.debug("Binding to Sidebar Category")
3
+ console.debug("[Head] Binding to Sidebar Category")
4
4
  const href = category.getAttribute('href')
5
5
 
6
6
  // If this category doesn't open a secondary sidebar, it is a standalone link.
@@ -1,7 +1,7 @@
1
1
  document.addEventListener('DOMContentLoaded', function() {
2
2
 
3
3
  document.querySelectorAll('.js-head-wing__curtain').forEach(function (item) {
4
- console.debug("Binding to Head Wing Curtain")
4
+ console.debug("[Head] Binding to Wing Curtain")
5
5
 
6
6
  item.addEventListener('click', function(event) {
7
7
  event.preventDefault()
data/lib/head/engine.rb CHANGED
@@ -12,7 +12,7 @@ module Head
12
12
  initializer 'head.importmap', before: 'importmap' do |app|
13
13
  app.config.importmap.paths << Engine.root.join('config/importmap.rb')
14
14
  # Watch JS changes in development
15
- app.config.importmap.cache_sweepers << Engine.root.join('app/assets/javascripts')
15
+ app.config.importmap.cache_sweepers << Engine.root.join('app/assets/javascript')
16
16
  end
17
17
 
18
18
  config.to_prepare do
data/lib/head/version.rb CHANGED
@@ -1,5 +1,5 @@
1
1
  # frozen_string_literal: true
2
2
 
3
3
  module Head
4
- VERSION = '0.0.3'
4
+ VERSION = '0.0.4'
5
5
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: head
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.0.3
4
+ version: 0.0.4
5
5
  platform: ruby
6
6
  authors:
7
7
  - halo