Skip to content

A slightly modified version of Heroku's official Node.js buildpack with added gulp.js support.

License

Notifications You must be signed in to change notification settings

kehittamo/heroku-buildpack-nodejs-gulp

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Heroku Buildpack for Node.js and gulp.js

Usage

  • Set your Heroku app's buildpack URL to heroku config:set BUILDPACK_URL=https://github.com/kehittamo/heroku-buildpack-nodejs-gulp-bower.git
  • Run heroku config:set NPM_CONFIG_PRODUCTION=false to allow the Heroku instance to install devDependencies stored in your package.json as heroku recommends.
  • Run heroku config:set NODE_ENV=production to set your environment to production (or any other name)
  • Add a Gulp task called heroku:production that builds your app
  • Serve your app using Express or whatever

Credits

Forked from heroku-buildpack-nodejs.

Heavily based on heroku-buildpack-nodejs-grunt.

About

A slightly modified version of Heroku's official Node.js buildpack with added gulp.js support.

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Shell 100.0%