-
Notifications
You must be signed in to change notification settings - Fork 26
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
Make asynchronous #9
Comments
I'm already working on this. Check out the async branch. It's not done yet, as I'm investigating streams support as well. |
Great! I'll be following the project. |
BTW, I just published simple-glob, which is really all your code, ported over from Grunt. I've given the proper attributions. I've just always loved the way Grunt negated files and such. It's so easy. Not sure if that could be made async as well though. |
This library (globule) is everything from Grunt, separated into its own module, made async, with a handful of improvements. |
I see. Well, I was having problems with negation, so maybe I was doing something wrong. I'll revisit it. Thanks. |
By using the async version of glob and providing a calling a callback method.
The text was updated successfully, but these errors were encountered: