Skip to content
New issue

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

Switch from grunt-parallel to grunt-concurrent #3168

Merged
merged 1 commit into from
Nov 14, 2023

Conversation

kainino0x
Copy link
Collaborator

grunt-parallel has a problem where if there is any stderr, it won't print the stdout. grunt-concurrent isn't perfect either because it prints stderr after stdout but this isn't too much of a problem as most of our steps don't do this.

Fixes #3164

grunt-parallel has a problem where if there is any stderr, it won't
print the stdout. grunt-concurrent isn't perfect either because it
prints stderr after stdout but this isn't too much of a problem as most
of our steps don't do this.

Fixes 3164
@kainino0x kainino0x requested a review from austinEng November 14, 2023 21:09
@kainino0x kainino0x merged commit d3e4c53 into gpuweb:main Nov 14, 2023
1 check passed
@kainino0x kainino0x deleted the grunt-concurrent branch November 14, 2023 21:20
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

run:lint warnings not showing with npm test
2 participants