added code to application.rb that should fix

This commit is contained in:
Connor Turland 2013-02-03 19:25:08 -05:00
parent 4bbb838cd4
commit 24dcd4c13a

View file

@ -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'