added code to application.rb that should fix
This commit is contained in:
parent
4bbb838cd4
commit
24dcd4c13a
1 changed files with 1 additions and 0 deletions
|
@ -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'
|
||||
|
|
Loading…
Reference in a new issue