0.0.9 • Published 10 years ago

after-brunch-gbk v0.0.9

Weekly downloads
3
License
BSD
Repository
github
Last release
10 years ago

after-brunch-gbk

fork from https://github.com/Creative-Licence-Digital/after-brunch Want to run something on the command line everytime brunch compiles? Easy.

Usage

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

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

exports.config =
  …
  plugins:
    afterBrunch: [
      'styledocco -n "My Project" css'
    ]
0.0.9

10 years ago

0.0.8

10 years ago

0.0.7

10 years ago

0.0.6

10 years ago

0.0.5

10 years ago