Skip to content

v0.0.2

Choose a tag to compare

@tandrewnichols tandrewnichols released this 28 Aug 17:15
· 16 commits to master since this release

This release allows functions to be passed as cmd, in addition to strings and arrays. It also allow matrix targets to be the cmd to run. I.e.

matrix: {
  'v0.10': 'codeclimate < coverage/coverage.html'
}

It allows the same types of parameters: string, array, and function.

Finally, this release adds a force option to prevent the grunt task chain from failing on non-critical tasks.