소스 검색

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

master
Adrian Short 11 년 전
부모
커밋
ff152512c0
1개의 변경된 파일3개의 추가작업 그리고 0개의 파일을 삭제
  1. +3
    -0
      config/application.rb

+ 3
- 0
config/application.rb 파일 보기

@@ -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'


불러오는 중...
취소
저장