We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
These are a powerful combination
yeoman/generator-webapp#115
The text was updated successfully, but these errors were encountered:
https://www.npmjs.org/package/lazypipe looks really awesome. What is so magical about combining this with gulp-if?
Sorry, something went wrong.
@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
Another good lazypipe & gulp-if reference: spalger/gulp-jshint#38 (comment)
52d3e18
No branches or pull requests
These are a powerful combination
yeoman/generator-webapp#115
The text was updated successfully, but these errors were encountered: