-
-
Notifications
You must be signed in to change notification settings - Fork 133
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
gulp #5
Comments
I suggested gulp depending on globby as to not duplicate code that already exists (glob-stream has basically the same functionality as globby, except by the streaming part). However, both modules have bad perf regarding negative globs, we depend on this being fixed in the node-glob repository. Once they fix node-glob to support multiple globs, this package would be deprecated though. Right? |
Yes, if that ever happens... |
Okay, for now we can improve the globby performance independent of whether it will be adopted by gulp. |
Yup |
Gulp might want to depend on this. Accommodate what's needed to make that happen.
gulpjs/glob-stream#27 (comment)
TODO:
The text was updated successfully, but these errors were encountered: