Fork for Ilmomasiina. Changes to original gulp buildpack:
- Set build root folder to
frontend
- Run
heroku labs:enable buildpack-env-arg
to enable environment variable support - Run
heroku config:set NODE_ENV=production
to set your environment toproduction
(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
Forked from heroku-buildpack-nodejs-gulp.
Which is forked from heroku-buildpack-nodejs.
Heavily based on heroku-buildpack-nodejs-grunt.