5
6

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?

More than 5 years have passed since last update.

Herokuで「Precompiling assets failed.」と出たときの対処法

5
Posted at

事象

以下のコマンドを実行し、herokuへデプロイした

git push heroku master

エラーが発生

Precompiling assets failed.

対応

以下のコードを
config > application.rbに追加

application.rb
config.assets.initialize_on_precompile = false
5
6
0

Register as a new user and use Qiita more conveniently

  1. You get articles that match your needs
  2. You can efficiently read back useful information
  3. You can use dark theme
What you can do with signing up
5
6

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?