diff --git a/config/application.rb b/config/application.rb index d1d2057a..06c7c4d0 100644 --- a/config/application.rb +++ b/config/application.rb @@ -51,7 +51,7 @@ module ISSAD # config.active_record.whitelist_attributes = true # Enable the asset pipeline - config.assets.enabled = false + config.assets.enabled = true # Version of your assets, change this if you want to expire all your assets config.assets.version = '1.0' diff --git a/config/environments/production.rb b/config/environments/production.rb index 65493518..835c2885 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 = true + config.assets.compress = false # Don't fallback to assets pipeline if a precompiled asset is missed config.assets.compile = false