/brunch

Fast front-end web app build tool with simple declarative config, seamless incremental compilation for rapid development, an opinionated pipeline and workflow, and core support for source maps.

Primary LanguageJavaScriptOtherNOASSERTION

Brunch

Join the chat at https://gitter.im/brunch/brunch

NPM
NPM

HTML5 applications made easy.

Fast front-end web app build tool with simple declarative config, seamless incremental compilation for rapid development, an opinionated pipeline and workflow, and core support for source maps

First steps

  1. Install the latest stable version: npm install -g brunch (use sudo if necessary).

    To install edge version (from GitHub master branch): npm install -g brunch/brunch or

    npm install -g https://github.com/brunch/brunch/tarball/master

  2. Create your project: brunch new

  3. Continuously build it for development: brunch watch [-s]

  4. Prepare it for production: brunch build -p

Resources

License

Brunch is released under the MIT License