You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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?
The text was updated successfully, but these errors were encountered:
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?
The text was updated successfully, but these errors were encountered: