Procházet zdrojové kódy

Don't precompile pipeline assets (fix for Heroku Cedar)

master
Adrian Short před 11 roky
rodič
revize
ff152512c0
1 změnil soubory, kde provedl 3 přidání a 0 odebrání
  1. +3
    -0
      config/application.rb

+ 3
- 0
config/application.rb Zobrazit soubor

@@ -65,6 +65,9 @@ module Apollo
# Enable the asset pipeline
config.assets.enabled = true

# https://devcenter.heroku.com/articles/rails-asset-pipeline#troubleshooting
config.assets.initialize_on_precompile = false # Fix for Heroku Cedar

# Version of your assets, change this if you want to expire all your assets
config.assets.version = '1.1'


Načítá se…
Zrušit
Uložit