We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8a0eedc commit 2366335Copy full SHA for 2366335
lib/install/tailwindcss.rb
@@ -9,4 +9,4 @@
9
end
10
11
say "Turn on purging of unused css classes in production"
12
-append_to_file Rails.root.join("app/config/environments/production.rb"), %( config.assets.css_compressor = :purger)
+append_to_file Rails.root.join("config/environments/production.rb"), %( config.assets.css_compressor = :purger)
0 commit comments