Javascript features work on localhost but not when deployed to Heroku

Manually precompiling worked for me.

bundle exec rake assets:precompile before you push to heroku.

Leave a Comment