install bower components on heroku build

Developer from somewhere

Make sure you have bower added as a dependency in package.json, and then add the following script as postinstall:

"scripts": {
  "postinstall": "./node_modules/bower/bin/bower install"
}