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

gulp #5

Closed
3 tasks
sindresorhus opened this issue Dec 30, 2014 · 4 comments
Closed
3 tasks

gulp #5

sindresorhus opened this issue Dec 30, 2014 · 4 comments

Comments

@sindresorhus
Copy link
Owner

Gulp might want to depend on this. Accommodate what's needed to make that happen.

gulpjs/glob-stream#27 (comment)

TODO:

@UltCombo
Copy link
Contributor

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?

@sindresorhus
Copy link
Owner Author

Yes, if that ever happens...

@UltCombo
Copy link
Contributor

Okay, for now we can improve the globby performance independent of whether it will be adopted by gulp. ;)

@sindresorhus
Copy link
Owner Author

Yup

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants