-
Notifications
You must be signed in to change notification settings - Fork 47.6k
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
[wip] Grunt -> Gulp #5267
[wip] Grunt -> Gulp #5267
Conversation
@zertosh updated the pull request. |
@zertosh updated the pull request. |
@zertosh updated the pull request. |
@zertosh updated the pull request. |
@zpao, this is the first pass, where it's mostly a 1:1 grunt to gulp port. the 2nd pass will be to improve things once they're in gulp (e.g. not spawning processes for linting, jest, etc... reuse result streams instead of reading from disk). I worked on this this weekend, and I can wrap it up next week. Not sure how much @nickdima has already. |
I didn't have too much time yet to actually implement something, just figuring out everything that's going on with the current build process alone took quite some time. :) |
No activity in a couple of months, all checks failed, merge conflicts. I'm going to close this out. We can re-examine if/when the PR is in a better state. |
😊 totally forgot about this PR... i don't want to abandon it. i'll open a new one |
Fixes #4927