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 bf50ed5 commit 6530b09Copy full SHA for 6530b09
lib/install/stimulus_with_importmap.rb
@@ -11,7 +11,7 @@
11
append_to_file "app/javascript/application.js", %(import "controllers"\n)
12
13
say "Pin Stimulus"
14
-say %(Appending: pin "@hotwired/stimulus", to: "stimulus.min.js"")
+say %(Appending: pin "@hotwired/stimulus", to: "stimulus.min.js")
15
append_to_file "config/importmap.rb", %(pin "@hotwired/stimulus", to: "stimulus.min.js"\n)
16
17
say %(Appending: pin "@hotwired/stimulus-loading", to: "stimulus-loading.js")
0 commit comments