sweet-js-brunch
v0.0.3
Published
Adds Sweet.js support to brunch
Downloads
5
Readme
sweet-js-brunch
Adds Sweet.js support to brunch.
Installation
Install the plugin via npm with npm install --save sweet-js-brunch
.
- Add
"sweet-js-brunch": "x.y.z"
topackage.json
of your brunch app. Pick a plugin version that corresponds to your minor (y) brunch version. - If you want to use git version of plugin, add
"sweet-js-brunch": "git+ssh://[email protected]:e-jigsaw/sweet-js-brunch.git"
.
Configuration
sourceMap
exports.config =
plugins:
sweet:
sourceMap: yes #=> boolean
modules
exports.config =
plugins:
sweet:
modules: ['./lib/awesome.js']