Skip to content

ejholmes/heroku-buildpack-grunt

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 

Repository files navigation

Heroku Buildpack Grunt

A simple buildpack, designed to run with the multi buildpack, which will run install grunt and run grunt heroku.

Usage

  1. Set your buildpack to the multi buildpack:

    $ heroku config:set BUILDPACK_URL=https://github.com/ddollar/heroku-buildpack-multi
  2. Configure your .buildpacks file:

    https://github.com/heroku/heroku-buildpack-nodejs
    https://github.com/ejholmes/heroku-buildpack-grunt
    
  3. Ensure that npm installs grunt:

    {
      "dependencies": {
        "grunt": "latest",
        "grunt-cli": "latest"
      }
    }
  4. Ensure that you have a heroku grunt task:

    grunt.registerTask('heroku', ['build']);

About

Heroku buildpack to run bower.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages