diff --git a/config/environments/production.rb b/config/environments/production.rb index 835c2885..65493518 100644 --- a/config/environments/production.rb +++ b/config/environments/production.rb @@ -12,7 +12,7 @@ ISSAD::Application.configure do config.serve_static_assets = false # Compress JavaScripts and CSS - config.assets.compress = false + config.assets.compress = true # Don't fallback to assets pipeline if a precompiled asset is missed config.assets.compile = false