diff options
author | Azul <azul@leap.se> | 2013-02-09 10:41:28 +0100 |
---|---|---|
committer | Azul <azul@leap.se> | 2013-02-09 10:41:28 +0100 |
commit | b82803f40074b581f3ed67ce44c73a42f10daf1a (patch) | |
tree | 7b310ba6fead52320a360273e4b11060546193ff /config/application.rb | |
parent | b11bf3bf92244659bf1e077369d675d371192d80 (diff) |
use at least couchrest_session_store 0.0.8
Diffstat (limited to 'config/application.rb')
-rw-r--r-- | config/application.rb | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/config/application.rb b/config/application.rb index cad4356..957bb0d 100644 --- a/config/application.rb +++ b/config/application.rb @@ -61,6 +61,7 @@ module LeapWeb # 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' |