From 24dcd4c13aa666f98ce4aadc0ee7d952abf0c2db Mon Sep 17 00:00:00 2001 From: Connor Turland Date: Sun, 3 Feb 2013 19:25:08 -0500 Subject: [PATCH] added code to application.rb that should fix --- config/application.rb | 1 + 1 file changed, 1 insertion(+) diff --git a/config/application.rb b/config/application.rb index 06c7c4d0..44783360 100644 --- a/config/application.rb +++ b/config/application.rb @@ -52,6 +52,7 @@ module ISSAD # Enable the asset pipeline config.assets.enabled = true + config.assets.initialize_on_precompile = false # Version of your assets, change this if you want to expire all your assets config.assets.version = '1.0'