A simple buildpack, designed to run with the multi buildpack,
which will run install bower and run bower install.
-
Set your buildpack to the multi buildpack:
$ heroku config:set BUILDPACK_URL=https://github.com/ddollar/heroku-buildpack-multi
-
Configure your
.buildpacksfile:https://github.com/heroku/heroku-buildpack-nodejs https://github.com/ejholmes/heroku-buildpack-bower -
Ensure that npm installs bower:
{ "dependencies": { "bower": "latest" } }