pcicman / brunch

brunch is a lightweight client side framework on top of backbone, eco, stylus and coffee-script.

Home Page:http://www.brunchwithcoffee.com

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

brunch is lightweight client side framework on top of backbone, eco and stylus using coffee-script

How to Install

you can get brunch using the node package manager

npm install brunch

Getting Started

Create a new project by

brunch new

Then you can start the file watcher. It will compile your .coffee, .styl and .eco files on the fly after every change so you don't have to do it manually.

brunch watch

visit localhost:8080 and see you first running brunch application

Documentation

for more information ckeck out brunchwithcoffee.com

Standing on the Shoulders of Giants

Instead of reinventing the wheel, brunch assembles awesome wheels.

Development

Watch coffeescript files and compile them via

cake watch

and run tests via

cake test

Contact

Feel free to contact us at Freenode #brunch in the IRC client of your choice.

TODO

  • fix bug (dispatch is called multiple times)
  • directly call stylus instead of spawning child process
  • copy css files to build
  • add possibility to use zepto instead of jquery

Future plans

  • add phonegap support

About

brunch is a lightweight client side framework on top of backbone, eco, stylus and coffee-script.

http://www.brunchwithcoffee.com

License:MIT License