sindresorhus / grunt-concurrent

Run grunt tasks concurrently

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Prefix logged output with task name.

crueber opened this issue · comments

It would be very useful if the logged output was prefixed with the task name, possibly even in some kind of color. That way it's much easier to understand which task is producing which output. I haven't looked at the codebase, but I could give a shot at implementing this feature via forking and pull-request if you like.

I could see that being useful for when logConcurrentOutput: true, but normally it's indented and clear without. PR welcome for prefixing when logging concurrently though ;)