Skip to content
This repository has been archived by the owner on Sep 1, 2022. It is now read-only.

Transform stream pipe #42

Closed
reverofevil opened this issue May 7, 2014 · 1 comment
Closed

Transform stream pipe #42

reverofevil opened this issue May 7, 2014 · 1 comment

Comments

@reverofevil
Copy link

I would like to compose two Transform streams into one Transform stream. Though only the second one works if I write something like

var composed = test().pipe(test());
gulp.src('source/*').pipe(composed);

How should I do it?

@yocontra
Copy link
Member

yocontra commented May 7, 2014

Use the lazypipe module

@yocontra yocontra closed this as completed May 7, 2014
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants