I\'m deploying a NodeJs application using Heroku. Everything works fine except a little issue serving static files.
I have the following configuration
In my case, I had a step in my build that was actually wiping out the /public folder, and then adding back in a bundle.js and bundle.css.
/public
So on my local I didn't see it, but when it was deployed to Heroku the assets were missing.