-
-
Notifications
You must be signed in to change notification settings - Fork 51
New issue
Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? # to your account
Finish the TODO for gulp.src list of globs orderings. #22
Comments
AFAIK This already works - If you give gulp.src an array of globs it will do each glob in order |
Okay. Closing for now until I can confirm in code. |
You are right @contra, the ordering works sanely. '`gulp.src([glob,glob,...]) emits the vfs files from globs sequentially. Apologies for the false issue. |
No problem, I'll remove that comment |
# for free
to join this conversation on GitHub.
Already have an account?
# to comment
@contra, I want to follow up on a TODO code comment by you near
index.js:85
:Are you thinking this is still a possible PR for Gulp now, something that should wait for Gulp 4, or something that doesn't belong in Gulp core.
I see this issue has drifted across several repos and caused more than a little aggravation; I bring it up here because it seems the best point in the code to introduce a consistent way to make gulp.src([...list-of-globs...] align with the ordering documented in gulp's readme:
The text was updated successfully, but these errors were encountered: