Update
I got this error because I had a public.css and public.js file that was not compiled with the rest of the .css and .js files. The solution was to
bundle exec rake assets:precompile
If this is your first time deploying your app to heroku, you may experience more errors after this is resolved. Let me know what happens.