From 0133d55b985acbacb8a4d803b9adb3b66c2c1f60 Mon Sep 17 00:00:00 2001 From: Nicolas Bally Date: Sat, 12 Apr 2014 02:00:08 +0200 Subject: [PATCH] digests --- 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 bd1f374..69fea20 100644 --- a/config/environments/production.rb +++ b/config/environments/production.rb @@ -33,7 +33,7 @@ Survey::Application.configure do config.assets.compile = false # Generate digests for assets URLs. - config.assets.digest = false + config.assets.digest = true # Version of your assets, change this if you want to expire all your assets. config.assets.version = '1.0'