mirror of
https://github.com/TracksApp/tracks.git
synced 2026-01-06 17:28:50 +01:00
Merge pull request #121 from zoombody/fixes
Disable loading of the full environment during assets:precompile
This commit is contained in:
commit
f69c56ec31
1 changed files with 3 additions and 0 deletions
|
|
@ -61,6 +61,9 @@ module Tracksapp
|
|||
# Enable the asset pipeline
|
||||
config.assets.enabled = true
|
||||
|
||||
# Disable loading of the full environment when precompiling assets
|
||||
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…
Add table
Add a link
Reference in a new issue