Deploy Web App with Grunt Compiled Assets to Heroku
The conundrum is how do you deploy a web app to Heroku that needs to be compiled without including compiled files in your source?
Maybe you have some SASS that needs to be compiled into CSS. Maybe you want to minify your JavaScript, or cache bust with some appended hash tags. In any case you want to run some tasks on your code to produce your distribution or build.