brunch is lightweight client side framework on top of backbone, eco and stylus using coffee-script
you can get brunch using the node package manager
npm install brunch
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
for more information ckeck out brunchwithcoffee.com
Instead of reinventing the wheel, brunch assembles awesome wheels.
Watch coffeescript files and compile them via
cake watch
and run tests via
cake test
Feel free to contact us at Freenode #brunch in the IRC client of your choice.
- fix bug (dispatch is called multiple times)
- copy css files to build
- add possibility to use zepto instead of jquery
- add phonegap support