Skip to content

Latest commit

 

History

History
21 lines (15 loc) · 861 Bytes

README.md

File metadata and controls

21 lines (15 loc) · 861 Bytes

Heroku Buildpack for Node.js and gulp.js

Fork for Ilmomasiina. Changes to original gulp buildpack:

  • Set build root folder to frontend

Usage

  • Run heroku labs:enable buildpack-env-arg to enable environment variable support
  • Run heroku config:set NODE_ENV=production to set your environment to production (or any other name)
  • Run heroku config:set BUILDPACK_URL=https://github.com/heroku/heroku-buildpack-ruby to support multiple buildpacks
  • Deploy Ilmomasiina to Heroku

Credits

Forked from heroku-buildpack-nodejs-gulp.

Which is forked from heroku-buildpack-nodejs.

Heavily based on heroku-buildpack-nodejs-grunt.