jharding / grunt-exec

Grunt plugin for executing shell commands.
https://npmjs.org/package/grunt-exec
Other
248 stars 47 forks source link

Added callback arguments #78

Closed brian-lim-42 closed 7 years ago

brian-lim-42 commented 7 years ago

Additional arguments for callback function

Use case : exec:jshint:foobar, needs to pass in foobar or other config specific params for callback function

Thx