iammerrick / grunt-parallel

Speed up your build by running commands and tasks in parallel!
MIT License
170 stars 24 forks source link

terminate parallel tasks within one ctrl-c #16

Closed sweetie1989 closed 11 years ago

sweetie1989 commented 11 years ago

Currently if I have N tasks running in parallel, I need to press ctrl-c for N times. Is there any way to use only one ctrl-c to terminate them all?

iammerrick commented 11 years ago

I've not run into this as a problem with grunt-parallel, in general programs that spin child processes run this way. Thanks for making the issue but I'm not terribly interested in fixing this one.