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 e90a3d5 commit f057e18Copy full SHA for f057e18
lib/tasks/stimulus_tasks.rake
@@ -58,7 +58,7 @@ namespace :stimulus do
58
59
desc "Update the Stimulus manifest (will overwrite controllers/index.js)"
60
task update: :environment do
61
- Stimulus::Manifest.write_index_from(Stimulus::Tasks.controllers_path)
+ Stimulus::Manifest.write_index_from(Stimulus::Tasks.controllers_root)
62
end
63
64
0 commit comments