From a3b91b0b606139478f263fd6c80d0da9627ac223 Mon Sep 17 00:00:00 2001 From: Nicolas Bally Date: Sat, 14 May 2011 13:48:28 +0200 Subject: [PATCH] production --- config/environments/production.rb | 3 --- 1 file changed, 3 deletions(-) diff --git a/config/environments/production.rb b/config/environments/production.rb index d4fc095..700e940 100644 --- a/config/environments/production.rb +++ b/config/environments/production.rb @@ -12,9 +12,6 @@ PharmacieboissierCom::Application.configure do # Disable Rails's static asset server (Apache or nginx will already do this) config.serve_static_assets = false - # Compress both stylesheets and JavaScripts - config.assets.js_compressor = :uglifier - 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)