From e036b61b3acae780b3631183c165c06530a481ca Mon Sep 17 00:00:00 2001 From: Nicolas Bally Date: Wed, 6 Jul 2011 16:13:46 +0200 Subject: [PATCH] compress in production --- config/environments/production.rb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/config/environments/production.rb b/config/environments/production.rb index 4d4d512..fb20f13 100644 --- a/config/environments/production.rb +++ b/config/environments/production.rb @@ -13,10 +13,10 @@ Pharma::Application.configure do config.serve_static_assets = false # Compress JavaScripts and CSS - config.assets.compress = true + config.assets.compress = false # Specify the default JavaScript compressor - config.assets.js_compressor = :uglifier + #config.assets.js_compressor = :uglifier # Specifies the header that your server uses for sending files # (comment out if your front-end server doesn't support this)