We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a6a9e98 commit 0262c61Copy full SHA for 0262c61
lib/install/install.rb
@@ -16,7 +16,8 @@
16
17
if (sprockets_manifest_path = Rails.root.join("app/assets/config/manifest.js")).exist?
18
say "Ensure JavaScript files are in the Sprocket manifest"
19
- append_to_file sprockets_manifest_path, %(//= link_tree ../../javascript .js\n)
+ append_to_file sprockets_manifest_path,
20
+ %(//= link_tree ../../javascript .js\n//= link_tree ../../../vendor/javascript .js\n)
21
end
22
23
say "Configure importmap paths in config/importmap.rb"
0 commit comments