Brunch with Steak is a Brunch skeleton that utilizes Bootstrap, and LESS / SASS. Brunch with Steak is a version of Brunch with Steak and Eggs minus Backbone and Handlebars
Skeleton install: brunch new github:oddpixel/brunch-steak <your-project-name>
.
Or simply copy the repository to your hard drive and rename it.
- Install (if you don't have them):
- Run:
brunch watch --server
— watches the project with continuous rebuild. This will also launch HTTP server with pushState.brunch build --production
— builds minified project for production
- Learn:
public/
dir is fully auto-generated and served by HTTP server. Write your code inapp/
dir.- Place static files you want to be copied from
app/assets/
topublic/
. - Brunch site, Backbone site
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.
jQuery plugins used by Bootstrap are all listed (in the right order) inside the config.coffee file. Comment out the ones you want to exclude from the build with a #. (Pay attention to dependencies!)
Brunch with Steak was spawned from Brunch with Banana Pancakes but customized to suite my preferences / needs.