Initialize on asset precompile
This re-enables 'config.assets.initialize_on_precompile' to allow the Rails Admin assets to precompile. On Heroku deploys, this may require the Heroku Labs 'user_env_compile' feature to be enabled, which you should be using anyway for Asset Sync to work properly. :)
This commit is contained in:
parent
9f6ad65d73
commit
7e517c2636
1 changed files with 0 additions and 3 deletions
|
|
@ -73,9 +73,6 @@ module Diaspora
|
|||
# Enable the asset pipeline
|
||||
config.assets.enabled = true
|
||||
|
||||
# For easier deployment to Heroku
|
||||
config.assets.initialize_on_precompile = false
|
||||
|
||||
# Precompile additional assets (application.js, application.css, and all non-JS/CSS are already added)
|
||||
# Javascripts
|
||||
config.assets.precompile += [ "aspect-contacts.js", "contact-list.js", "finder.js",
|
||||
|
|
|
|||
Loading…
Reference in a new issue