Sprockets::Rails::Helper::AssetNotPrecompiled: application.css Sprockets::Rails::Helper::AssetNotPrecompiled: application.css heroku heroku

Sprockets::Rails::Helper::AssetNotPrecompiled: application.css


Figured out I needed to add the following to my circleci config file:

  - run:      name: Precompile Assets      command: bundle exec rake assets:precompile

and similar for heroku..

https://www.dwightwatson.com/posts/rails-with-webpacker-on-heroku-ci