Committed folders pushed to heroku don't make it
问题 I'm having a weird issue when pushing my app to heroku. It's an angularjs front app with a basic nodejs server to be able to run it on heroku. I'm pushing a deployment branch with all the app already "compile" by grunt in a /dist folder My problem is in the /dist/public directory, I have 4 folders : js , css , img and fonts ; but after a push and checking on the dyno with heroku run bash , only the img one is in /dist/public , the 3 others aren't there. I try to do a new push, renaming the