/brunch-eggs-and-bacon

Twitter Bootstrap skeleton for Brunch.io, with SASS, LESS, Handlebars and Backbone.Mediator. My favorite brunch!

Primary LanguageCoffeeScript

Brunch with Eggs and Bacon

My favorite brunch, fat and tasty!

Twitter Bootstrap Javascript skeleton for Brunch.io with support for SASS, LESS and Handlebars. Also includes Backbone.Mediator for Pub/Sub patterns.

Getting started

Make sure to have Brunch.io installed.

Create your project using Eggs and Bacon with:

	brunch new <your-project-name> -s git://github.com/nezoomie/brunch-eggs-and-bacon.git

Or simply copy the repository on your hard drive and rename it.

Customize Bootstrap Stylesheets

All Bootstrap stylesheet files can be found separated into:

	vendor/styles/bootstrap

They're in original LESS format in order to be easily customized, and compiled together with the app build.

Exclude Bootstrap jQuery plugins

jQuery plugins used by Bootstrap are all listed (in the right order) inside the config.coffee file. Comment the ones you want to exclude from the build with a #. (Pay attention to dependencies!)