0
0

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.

AWSデプロイ時、背景画像が表示されない

0
Posted at

AWSにデプロイした時に、
Do not fallback to assets pipeline if a precompiled asset is missed.
というエラーが発生しました。

$ RAILS_ENV=production bundle exec rake assets:clean
$ RAILS_ENV=production bundle exec rake assets:clobber
$ RAILS_ENV=production bundle exec rake assets:precompile

assetsファイルからpublic/imagesファイルに背景画像を移動しました。

この方法でエラーが解消しました。

0
0
1

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
0
0

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?