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

Document usage with lazypipe #29

Closed
yocontra opened this issue May 11, 2014 · 3 comments
Closed

Document usage with lazypipe #29

yocontra opened this issue May 11, 2014 · 3 comments

Comments

@yocontra
Copy link
Contributor

These are a powerful combination

yeoman/generator-webapp#115

@robrich
Copy link
Owner

robrich commented May 12, 2014

https://www.npmjs.org/package/lazypipe looks really awesome. What is so magical about combining this with gulp-if?

@yocontra
Copy link
Contributor Author

@robrich It allows you to construct prettier pipelines that are lazily opened.

.pipe(gif(false, uglify()))

instantiates the stream even though it never gets used. lazypipe prevents that overhead and also allows you to craft longer pipelines to play with

@robrich
Copy link
Owner

robrich commented May 15, 2014

Another good lazypipe & gulp-if reference: spalger/gulp-jshint#38 (comment)

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

No branches or pull requests

2 participants