Blaine Bublitz
Blaine Bublitz
Actually, I read the original issue wrong. Let's leave it open for now
This is a duplicate of https://github.com/gulpjs/glob-stream/issues/134 It was present in gulp v5 but the globbing was finishing before the stream started so the error was lost. I'm still on the...
Re-use makes sense. One solution I saw in a linked PR was to use `fs.existsSync` before trying to use a glob. I'm also considering if we expand `allowEmpty` to work...
A couple things I noticed during skimming: * Need to remove the "ordered globs" docs * Need to update configuration options to vinyl-fs functions
"Explaining Globs" docs have been updated and a section added with an example for ordered globs using ordered-read-stream: https://github.com/gulpjs/gulp/blob/master/docs/getting-started/6-explaining-globs.md#ordered-globs
The markdown docs have been updated and redeployed to the website so I'm going to close this. As the major v4 release didn't contain a migration guide, we're not considering...
@sttk please review right away 🙏 This will be the last PR into gulp-cli before I release v3.0.0 and prepare gulp for the v5 release. Thank you for dedicating time!
Negative globs are now defined globally, not ordered. You can use ordered-read-stream to achieve similar behavior.
Re-opening so I remember to take a look at this later.
@brianc any thoughts on this?