As a bower user, how do I ensure that "bower install" will be run as a part of my build step? (same issue for gulp, grunt, browserify, etc...) Top options include: - define a `postinstall` script (to run after `npm install`): https://docs.npmjs.com/misc/scripts - define an `install` script (to run instead of `npm install`): https://docs.npmjs.com/misc/scripts Maybe we need a good example app to point folks to? @spadgett