sindresorhus / grunt-concurrent

Run grunt tasks concurrently

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Do not ignore stdin

tusbar opened this issue · comments

Hey,

When using grunt-concurrent with something like grunt-nodemon it would be very interesting to have grunt-concurrent watch the standard input so I could type rs to restart the running process with nodemon.

I feel like this used to work with grunt-concurrent and now it does not anymore. Is there a reason?

Could we just replace the stdin 'ignore' with process.stdin in the spawn call?