0.0.3 • Published 10 years ago

sweet-js-brunch v0.0.3

Weekly downloads
4
License
-
Repository
github
Last release
10 years ago

Build Status NPM version Dependency Status devDependency Status

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" to package.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://git@github.com:e-jigsaw/sweet-js-brunch.git".

Configuration

sourceMap

exports.config =
  plugins:
    sweet:
      sourceMap: yes #=> boolean

modules

exports.config =
  plugins:
    sweet:
      modules: ['./lib/awesome.js']
0.0.3

10 years ago

0.0.2

10 years ago