/brunch

A lightweight approach to building HTML5 applications with emphasis on elegance and simplicity.

Primary LanguageCoffeeScriptOtherNOASSERTION

Brunch

A lightweight approach to building HTML5 applications with emphasis on elegance and simplicity.

Getting started

You'll need node.js 0.6. Type:

npm install -g brunch

You're done!

To create a new project, execute brunch new <project name>.

To build it, execute brunch build in project directory.

To continuously rebuild the project on every change, run brunch watch.

To run a simple http server, execute brunch watch --server.

Contributing build status

Install dependencies to node_modules directory

npm install

and run test suite via

npm test

Contact

License

Brunch is released under the MIT License (see LICENSE for details).