gulp-karma
gulp-karma copied to clipboard
Change command-line arg to stdin to fix Win32 bug for command lines > 8k
This fixes a problem on Windows where gulp-karma crashes once the list of files grows to the point where the command line exceeds 8k (8192 bytes). Instead it passes the jsonified options to the child process using stdin.