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

Added async event stream map fixes #11 #14

Merged
merged 1 commit into from
Aug 3, 2015

Conversation

thomaswelton
Copy link
Contributor

Fixes #11

enhanced-14836-1414320930-8

...but I've been able to make this plugin asynchronous.
I took a look at some other gulp-plugins and came across https://www.npmjs.com/package/event-stream which has an async map function https://www.npmjs.com/package/event-stream#map-asyncfunction

I've dropped the dependency on through2 and replaced it with event-stream and now all the files in the stream are processed asynchronously. 🎉

@clineamb
Copy link
Owner

clineamb commented Aug 3, 2015

Ah, this is something I did start but have gotten super busy to finish implementing! I'll take a look later today and add this. I'll have to bump the major version and update some docs and things, too, in addition to your changes here.

@clineamb clineamb mentioned this pull request Aug 3, 2015
@clineamb clineamb merged commit 15de299 into clineamb:master Aug 3, 2015
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants