Skip to content

TGTLabs/heroku-buildpack-nodejs-gulp-bower

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Heroku Buildpack for Node.js, gulp.js, and bower

Usage

  • Set your Heroku app's buildpack URL to https://github.com/davidmfoley/heroku-buildpack-nodejs-gulp-bower.git. To be safe, you should really fork this and use your fork's URL.

  • Run heroku labs:enable user-env-compile to enable environment variable support

  • 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

  • Add a single line Procfile to the root to serve the app via node:

web: node index.js

(edit to fit your case)

Credits

Inspired by Deploying a Yeoman/Angular app to Heroku.

Forked from heroku-buildpack-nodejs-gulp.

Which was 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%