iammerrick / grunt-parallel

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

Log intermediate output from stdout and stderr #3

Closed ifitzpatrick closed 11 years ago

ifitzpatrick commented 11 years ago

I changed the task to log output as it comes back from the spawned processes instead of when the processes exit so that this task can be used in conjunction with long running tasks like watch or a preview server.

ifitzpatrick commented 11 years ago

Didn't see this when I made my pull request: https://github.com/iammerrick/grunt-parallel/issues/1