changed caching again
This commit is contained in:
parent
7c2169a2de
commit
2c9a7a8946
2 changed files with 2 additions and 2 deletions
|
@ -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'
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue