From ac4314f9ec3fd0e97515756d3743e44640421d69 Mon Sep 17 00:00:00 2001 From: Erik Michaels-Ober Date: Tue, 22 May 2012 10:47:34 -1000 Subject: [PATCH] Initialize on precompile --- config/application.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config/application.rb b/config/application.rb index 7ac2193..5e8be73 100644 --- a/config/application.rb +++ b/config/application.rb @@ -52,7 +52,7 @@ module AdoptAThing # Enable the asset pipeline config.assets.enabled = true - config.assets.initialize_on_precompile = false + config.assets.initialize_on_precompile = true # Version of your assets, change this if you want to expire all your assets config.assets.version = '1.0'