compress in production

This commit is contained in:
Nicolas Bally 2011-07-06 16:13:46 +02:00
parent 106bdeb3a2
commit e036b61b3a

View File

@ -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)