We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
In the following case,
gulp.task('watch', ['clean'], function (done) { seq( 'ts:test', [ 'ts:watch', 'karma:watch' ], done ); });
this parallel process works fine with karma-espower-preprocessor but this plugin doesn't.
[ 'ts:watch', 'karma:watch' ],
If another process is removed, it works fine.
[ 'karma:watch' ],
https://github.com/falsandtru/spica/blob/master/gulpfile.js
The text was updated successfully, but these errors were encountered:
That sounds like a bug. I will find my time to work on this. I'd appreciate if you could give me any idea about why that happens. Thanks!
Sorry, something went wrong.
No branches or pull requests
In the following case,
this parallel process works fine with karma-espower-preprocessor but this plugin doesn't.
If another process is removed, it works fine.
https://github.com/falsandtru/spica/blob/master/gulpfile.js
The text was updated successfully, but these errors were encountered: