/brunch

HTML5 applications made easy.

Primary LanguageCoffeeScriptOtherNOASSERTION

Brunch

HTML5 applications made easy.

Getting started

You'll need node.js 0.6.10+. 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).