grunt-run-grunt icon indicating copy to clipboard operation
grunt-run-grunt copied to clipboard

Possible to not wait until the child process exits before logging

Open craigedmunds opened this issue 10 years ago • 0 comments

I'm using grunt-run-grunt to call a grunt file that runs an API server (and so doesn't exit). Because of the implementation around mixedStdIO, storing the logs for later display, I never get any of the output of the child process.

I'd also like to be able to run additional tasks in the calling grunt file, once the server is setup.

Does this sound like something that would be of interest?

craigedmunds avatar Feb 14 '15 12:02 craigedmunds