We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 129bbb5 commit 31d38e3Copy full SHA for 31d38e3
lib/install/Procfile.dev
@@ -1,2 +1,2 @@
1
web: bin/rails server -p 3000
2
-css: rails tailwindcss:watch
+css: bin/rails tailwindcss:watch
lib/install/tailwindcss.rb
@@ -35,7 +35,7 @@
35
end
36
37
if Rails.root.join("Procfile.dev").exist?
38
- append_to_file "Procfile.dev", "css: rails tailwindcss:watch\n"
+ append_to_file "Procfile.dev", "css: bin/rails tailwindcss:watch\n"
39
else
40
say "Add default Procfile.dev"
41
copy_file "#{__dir__}/Procfile.dev", "Procfile.dev"
0 commit comments