We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 6298cd4 + 9442bed commit 96c0e7cCopy full SHA for 96c0e7c
lib/tasks/importmap_tasks.rake
@@ -1,6 +1,6 @@
1
namespace :importmap do
2
desc "Setup Importmap for the app"
3
task :install do
4
- system "#{RbConfig.ruby} ./bin/rails app:template LOCATION=#{File.expand_path("../install/install.rb", __dir__)}"
+ system RbConfig.ruby, "./bin/rails", "app:template", "LOCATION=#{File.expand_path("../install/install.rb", __dir__)}"
5
end
6
0 commit comments