Prototype Kit is a simple boilerplate for front-end projects. Requires node, npm, grunt, bower, ruby, compass and sass.
npm install ##Loads grunt: compass, uglify, watch
bower install ##Loads any front-end dependancies listed in bower.json. (jQuery by default)
## Development
grunt
## Production
grunt compass:prod