diff options
author | Guillermo Iguaran <guilleiguaran@gmail.com> | 2013-02-25 09:20:22 -0500 |
---|---|---|
committer | Guillermo Iguaran <guilleiguaran@gmail.com> | 2013-02-25 09:20:22 -0500 |
commit | ebe9590def08b5bf23372b0e5d88bd210864f2de (patch) | |
tree | ca7c545af3f5cbcd56225e420db06b5191c06c53 /railties/lib/rails/generators | |
parent | 3eef1c7c5d0c4538efb9e061b6fe68011f0352b1 (diff) | |
download | rails-ebe9590def08b5bf23372b0e5d88bd210864f2de.tar.gz rails-ebe9590def08b5bf23372b0e5d88bd210864f2de.tar.bz2 rails-ebe9590def08b5bf23372b0e5d88bd210864f2de.zip |
Revert "Use sass compressor as the default CSS compressor"
This reverts commit 3eef1c7c5d0c4538efb9e061b6fe68011f0352b1.
The css compressor should be set in sass-rails plugin. Check
https://github.com/rails/sass-rails/commit/339529f9f6433047df6358c0439e6641cb74f045
for the fix.
Diffstat (limited to 'railties/lib/rails/generators')
-rw-r--r-- | railties/lib/rails/generators/rails/app/templates/config/environments/production.rb.tt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/railties/lib/rails/generators/rails/app/templates/config/environments/production.rb.tt b/railties/lib/rails/generators/rails/app/templates/config/environments/production.rb.tt index 96f97a84b6..5669fe6d64 100644 --- a/railties/lib/rails/generators/rails/app/templates/config/environments/production.rb.tt +++ b/railties/lib/rails/generators/rails/app/templates/config/environments/production.rb.tt @@ -25,7 +25,7 @@ <%- unless options.skip_sprockets? -%> # Compress JavaScripts and CSS. config.assets.js_compressor = :uglifier - config.assets.css_compressor = :sass + # config.assets.css_compressor = :sass # Whether to fallback to assets pipeline if a precompiled asset is missed. config.assets.compile = false |