Last Updated: February 25, 2016
·
580
· mgrassotti

Pushing compiled code to heroku

So lets say you've got some project that uses grunt or whatever to build. To push just the build output up to heroku do this:

git subtree push --prefix dist heroku master
open http://your_amazing_app.herokuapp.com