From 1c64a02ffcea4fc4831440d357fd5957f82f870f Mon Sep 17 00:00:00 2001 From: Godwin Date: Sun, 6 Jul 2014 19:27:38 -0600 Subject: [PATCH] A small fix --- config/environments/production.rb | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/config/environments/production.rb b/config/environments/production.rb index 8031073..58a29dd 100644 --- a/config/environments/production.rb +++ b/config/environments/production.rb @@ -30,7 +30,7 @@ BikeBike::Application.configure do config.assets.compile = true # Generate digests for assets URLs. - config.assets.digest = true + #config.assets.digest = true # Version of your assets, change this if you want to expire all your assets. config.assets.version = '1.0' @@ -46,8 +46,8 @@ BikeBike::Application.configure do config.log_level = :info config.cache_classes = true - config.serve_static_assets = true - config.assets.compile = true + #config.serve_static_assets = true + #config.assets.compile = true # config.assets.digest = true # Prepend all log lines with the following tags.