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 27018eb commit 16b1e77Copy full SHA for 16b1e77
lib/install/tailwindcss.rb
@@ -39,7 +39,7 @@
39
end
40
41
say "Add puma plugin"
42
-append_to_file "config/puma.rb", %(plugin :tailwindcss if Rails.env.development?)
+append_to_file "config/puma.rb", %(\n# Runs the tailwind watcher\nplugin :tailwindcss if Rails.env.development?)
43
44
say "Compile initial Tailwind build"
45
run "rails tailwindcss:build"
0 commit comments