sindresorhus / time-grunt

Display the elapsed execution time of grunt tasks

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Feature request: Ignore Tasks

AntonTrapp opened this issue · comments

A way to ignore some tasks would be great. For example: The "watch" tasks takes hours to complete (because it is just waiting) and measuring the time there makes no sense.

Duplicate of #51. PR welcome :)

Sorry, missed that. I am afraid that my grunt knowledge is much to low :(

#51 Just ignore watch task, not a list of tasks.

A way to ignore some other tasks will be good too (notify task, for example).