diff --git a/config/environments/production.rb b/config/environments/production.rb index f071483d..0f5949d0 100644 --- a/config/environments/production.rb +++ b/config/environments/production.rb @@ -21,6 +21,8 @@ # Compress CSS using a preprocessor. config.assets.css_compressor = :sass + config.assets.compile = false + # Turn on fragment caching in view templates. config.action_controller.perform_caching = true