1.7.2 • Published 10 years ago

call-after-brunch v1.7.2

Weekly downloads
6
License
MIT
Repository
github
Last release
10 years ago

call-after-brunch

An easy way to call some javascript everytime brunch compiles.

Usage

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

Then in your config.coffee just define the javascript (or coffeescript of course) functon to call in the callAfterBrunch property:

exports.config =
  …
  plugins:
    callAfterBrunch: (generatedFiles) ->
      console.log generatedFiles
1.7.2

10 years ago

1.7.1

10 years ago

1.7.0

10 years ago