diff --git a/config/environments/production.rb b/config/environments/production.rb index 6f5cd351..3c9f04b1 100644 --- a/config/environments/production.rb +++ b/config/environments/production.rb @@ -34,10 +34,6 @@ # Do not fallback to assets pipeline if a precompiled asset is missed. config.assets.compile = false - # Rather than use a CSS compressor, use the SASS style to perform compression. - config.sass.style = :compressed - config.sass.line_comments = false - # Enable serving of images, stylesheets, and JavaScripts from an asset server. # config.asset_host = "http://assets.example.com"