node-globule icon indicating copy to clipboard operation
node-globule copied to clipboard

Make asynchronous

Open jednano opened this issue 11 years ago • 5 comments

By using the async version of glob and providing a calling a callback method.

jednano avatar Jan 25 '14 02:01 jednano

I'm already working on this. Check out the async branch. It's not done yet, as I'm investigating streams support as well.

cowboy avatar Jan 25 '14 13:01 cowboy

Great! I'll be following the project.

jednano avatar Jan 25 '14 16:01 jednano

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.

jednano avatar Jan 25 '14 16:01 jednano

This library (globule) is everything from Grunt, separated into its own module, made async, with a handful of improvements.

cowboy avatar Jan 26 '14 21:01 cowboy

I see. Well, I was having problems with negation, so maybe I was doing something wrong. I'll revisit it. Thanks.

jednano avatar Jan 26 '14 22:01 jednano