私のcssと画像がherokuに届きません。しかし、私は彼らのチュートリアルが言ったことをしました。
RAILS_ENV=production bundle exec rake assets:precompile
git add public/assets
git commit -m "assets added"
次に、heroku プッシュして取得します
-----> Preparing app for Rails asset pipeline
Detected manifest file, assuming assets were compiled locally
私のアセットはプッシュされましたが、herokuアプリにはまだcssイメージなどはありません。何か案は?