grunt-githooks icon indicating copy to clipboard operation
grunt-githooks copied to clipboard

Add a warning when trying to bind a task that does not exist

Open romaricpascal opened this issue 10 years ago • 0 comments

Same as for hook names that do not match a Git hook, see if you can compare the task to the list of tasks available in the Gruntfile and display a warning (not stopping the build, though, user might just add the task later).

Have a look at how grunt --help works to list available tasks

romaricpascal avatar Sep 03 '13 11:09 romaricpascal