grunt-run-grunt
grunt-run-grunt copied to clipboard
Possible to not wait until the child process exits before logging
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?