Insights into Bower, the best package manager for the web.
v1 planning here: bower/bower#1164 (comment)
v2 & beyond planning done in this repo's issues.
System Dependencies - Node.js
Install dev dependencies: npm install
Install front-end dependencies: bower install
View development app w/ un-minified files & sourcemaps - gulp dev
then visit localhost:3000/src
View production app w/ min / concat files - gulp prod
then visit localhost:3000
Push to this repo's gh-pages
branch