sweet-js-brunch

0.0.3 • Public • Published

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']

Readme

Keywords

none

Package Sidebar

Install

npm i sweet-js-brunch

Weekly Downloads

0

Version

0.0.3

License

MIT

Last publish

Collaborators

  • jigsaw