1.0.0 • Published 7 years ago
brunch-surplus v1.0.0
surplus-brunch
Adds Surplus compiler support to Brunch.
Installation
Install the plugin via npm with npm install surplus-brunch.
Or, do manual install:
- Add "surplus-brunch": "x.y.z"topackage.jsonof your brunch app.
- If you want to use git version of plugin, add
"surplus-brunch": "brunch/surplus-brunch".
Configuration
modules.exports = {
  // ...
  plugins: {
    surplus: {
    }
  }
};1.0.0
7 years ago