grunt-run-grunt
grunt-run-grunt copied to clipboard
Grunt plugin to run Gruntfiles as child process. Gruntception!
We would like stderr and stdout to be shown while the sub-grunt is being run. This PR allows adding handlers to do so. I was not quite sure I did...
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...
We will be using the following pattern in initConfig to pass certain options passed via commandline to the called grunt file. Doing this with the current code causes options not...
Seems to exit with errors instead of warnings. Add some tests for this.
Known issue in Node.js on Windows :unamused:
Current way doesn't scale well. Use `gruntfile-gtx` when it stabilises: bundle files per-test in sub folders instead of splitting per-file-type.