Skip to content

kencoken/heroku-buildpack-bower

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 

Repository files navigation

Heroku Buildpack Bower

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

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-bower
    
  3. Ensure that npm installs bower:

    {
      "dependencies": {
        "bower": "latest"
      }
    }

About

Heroku buildpack to run bower.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Shell 100.0%