Includes many things to help workflow including...
Grunt is preconfigured to compile, copy and minify everything nicely into your public directory.
The Bootstrap less (css) is compiled out of /assets/less/bootstrap.less. It uses a custom variables file so that you can easily override variables and still upgrade bootstrap with ease.
Backbone.js is included by default. Some placeholder directories are located in /assets/js for your models, views and other services. These are compiled into app.js by Grunt, out of the box. Just place your scripts here and watch them go!
composer create-project codenamegary/l4template
npm install
bower install
You can compile the less (css) and JavaScripts using Grunt by running "grunt dist" at any time from the project root directory. The watch plugin is also included, if you'd like Grunt to execute and compile your less and scripts as you go just run "grunt watch".
Setup an account at PagodaBox and push your code there.