This is a sample project that only uses the built-in handlebars processor. html-brunch-static supports many other options.
Copy these files locally into the following directory hierarchy:
test
├── app
│ ├── index.static.hbs
│ └── layouts
│ └── main.static.hbs
├── brunch-config.coffee
└── package.json
Then run:
npm install
brunch buildOutput should be a single file called index.html in a directory called public.