- Set your Heroku app's buildpack URL:
heroku config:set BUILDPACK_URL=https://github.com/krry/heroku-buildpack-nodejs-gulp-bower.git - Run
heroku config:set NODE_ENV=productionto set your environment toproduction - Add a Gulp task called
heroku:productionthat builds your app for production purposes
- Forked from heroku-buildpack-nodejs.
- Incorporated bower check and install from heroku-buildpack-nodejs-gulp-bower
- Heavily based on heroku-buildpack-nodejs-grunt.