Skip to content

Skeleton for brunch.io uses coffeescript, LESS, Twitter bootstrap, eco for templates, Backbone.Mediator for pub/sub

Notifications You must be signed in to change notification settings

grumpit/better-brunch-with-eggs-n-bacon

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Brunch with Eggs and Bacon, but better!

Twitter Bootstrap Javascript skeleton for Brunch.io with LESS and Eco. 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/grumpit/better-brunch-with-eggs-n-bacon

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!)

About

Skeleton for brunch.io uses coffeescript, LESS, Twitter bootstrap, eco for templates, Backbone.Mediator for pub/sub

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published