heroku-buildpack-nodejs-gulp
heroku-buildpack-nodejs-gulp copied to clipboard
A slightly modified version of Heroku's official Node.js buildpack with added gulp.js support.
Heroku Buildpack for Node.js and gulp.js
Usage
- Set your Heroku app's buildpack URL to
https://github.com/timdp/heroku-buildpack-nodejs-gulp.git - Run
heroku labs:enable buildpack-env-argto enable environment variable support - Run
heroku config:set NODE_ENV=productionto set your environment toproduction(or any other name) - Add a Gulp task called
heroku:productionthat builds your app - Serve your app using Express or whatever
Credits
Forked from heroku-buildpack-nodejs.
Heavily based on heroku-buildpack-nodejs-grunt.