From 4ed7e923857e8131ed6fc01d1ffa18323b545a63 Mon Sep 17 00:00:00 2001 From: peter Date: Wed, 31 May 2017 21:35:24 +0200 Subject: [PATCH] set config.serve_static_assets = true --- config/environments/production.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config/environments/production.rb b/config/environments/production.rb index 6a6c6e4..8ec79df 100755 --- a/config/environments/production.rb +++ b/config/environments/production.rb @@ -9,7 +9,7 @@ Fetsite::Application.configure do config.action_controller.perform_caching = true # Disable Rails's static asset server (Apache or nginx will already do this) - config.serve_static_assets = false + config.serve_static_assets = true # Compress JavaScripts and CSS config.assets.compress = true