Skip to content

Commit 2366335

Browse files
author
David Heinemeier Hansson
committed
Fix config path
1 parent 8a0eedc commit 2366335

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/install/tailwindcss.rb

+1-1
Original file line numberDiff line numberDiff line change
@@ -9,4 +9,4 @@
99
end
1010

1111
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)
12+
append_to_file Rails.root.join("config/environments/production.rb"), %( config.assets.css_compressor = :purger)

0 commit comments

Comments
 (0)