UNPKG

389 BMarkdownView Raw
1## LiveScript-brunch
2Adds [LiveScript](http://gkz.github.com/LiveScript/) support to
3[brunch](http://brunch.io).
4
5## Usage
6Add `"LiveScript-brunch": "x.y.z"` to `package.json` of your brunch app.
7
8Pick a plugin version that corresponds to your minor (y) brunch version.
9
10If you want to use git version of plugin, add
11`"LiveScript-brunch": "git://github.com/brunch/LiveScript-brunch.git"`.