From 463c528ce7847d81d456a370cac4ea0cc5330362 Mon Sep 17 00:00:00 2001 From: Erik Michaels-Ober Date: Mon, 13 Jun 2011 09:36:06 -0700 Subject: [PATCH] Don't compress CSS (failing on Heroku) --- config/environments/production.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config/environments/production.rb b/config/environments/production.rb index e57dedc..965e0e0 100644 --- a/config/environments/production.rb +++ b/config/environments/production.rb @@ -13,7 +13,7 @@ AdoptAHydrant::Application.configure do # Compress both stylesheets and JavaScripts config.assets.js_compressor = :uglifier - config.assets.css_compressor = :scss + # config.assets.css_compressor = :scss # Specifies the header that your server uses for sending files # (comment out if your front-end server doesn't support this)