importmap-rails 0.2.3 → 0.2.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 +4 -4
- data/lib/importmap/version.rb +1 -1
- data/lib/install/install.rb +1 -1
- metadata +1 -1
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: f98ad43a190f519856b02d2a15112ddc506436e941de9b66a09e129c5f1818f7
|
|
4
|
+
data.tar.gz: 77f1bf8655b2a7cbe69e95ed1b0df20b70970f162ed0cf5360449146edfe3535
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 36829d0788226650a6fc4f2df7d1735823a92346f8b0de0d05fd6fe3c4594bcd8286469c44bf95d9d674e5af9abbe18c513dc8ef4a2707288e96e8bc27aa1f7a
|
|
7
|
+
data.tar.gz: 5c659935c9f130e97ee1142c144f82159110658f80cc983275884c5df99ab23f01fff127aa067fa51b6a6a2cc2233d2f60d6db6d051f60a2b4d82aa2fb947413
|
data/lib/importmap/version.rb
CHANGED
data/lib/install/install.rb
CHANGED
|
@@ -18,7 +18,7 @@ JS
|
|
|
18
18
|
end
|
|
19
19
|
|
|
20
20
|
say "Ensure JavaScript files are in the asset pipeline manifest"
|
|
21
|
-
append_to_file Rails.root.join("app/assets/config/manifest.js"), %(//= link_tree
|
|
21
|
+
append_to_file Rails.root.join("app/assets/config/manifest.js"), %(//= link_tree ../../javascript .js\n)
|
|
22
22
|
|
|
23
23
|
say "Configure importmap paths in config/initializers/importmap.rb"
|
|
24
24
|
create_file Rails.root.join("config/initializers/importmap.rb") do <<-RUBY
|