0.0.5 • Published 9 years ago

before-brunch v0.0.5

Weekly downloads
7
License
MIT
Repository
github
Last release
9 years ago

before-brunch

Usage

Add "before-brunch": "x.y.z" to package.json of your brunch app. Or npm install before-brunch --save.

Then in your config.coffee just add any commands to the beforeBrunch array. For example, you might want to use styledocco to create a live styleguide of your stylesheets.

exports.config =
  …
  plugins:
    beforeBrunch: [
      'echo "Prepare for compile\!"'
    ]
0.0.5

9 years ago

0.0.4

9 years ago

0.0.3

9 years ago

0.0.2

9 years ago

0.0.1

9 years ago