From d171b90c2fb5871c448b9581077f2cf098c51cb3 Mon Sep 17 00:00:00 2001 From: Godwin Date: Sun, 6 Jul 2014 19:34:27 -0600 Subject: [PATCH] A small fix --- 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 35ed18f..2b1422d 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.01'