changed caching again

This commit is contained in:
Connor Turland 2012-12-14 02:41:59 -05:00
parent 7c2169a2de
commit 2c9a7a8946
2 changed files with 2 additions and 2 deletions

View file

@ -51,7 +51,7 @@ module ISSAD
# config.active_record.whitelist_attributes = true
# Enable the asset pipeline
config.assets.enabled = false
config.assets.enabled = true
# Version of your assets, change this if you want to expire all your assets
config.assets.version = '1.0'

View file

@ -12,7 +12,7 @@ ISSAD::Application.configure do
config.serve_static_assets = false
# Compress JavaScripts and CSS
config.assets.compress = true
config.assets.compress = false
# Don't fallback to assets pipeline if a precompiled asset is missed
config.assets.compile = false