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

gulp.src('**', {content:false}) #14

Closed
robrich opened this issue Oct 21, 2013 · 2 comments
Closed

gulp.src('**', {content:false}) #14

robrich opened this issue Oct 21, 2013 · 2 comments

Comments

@robrich
Copy link
Contributor

robrich commented Oct 21, 2013

Not everything needs the contents of the files. For example: gulp.src('/dist').pipe(gulp_rimraf()). As a user I'd like to specify when file contents are loaded so the process runs faster.

@yocontra
Copy link
Member

I think buffer: false and read: false would be good ideas. buffer true = fs.readFile, buffer false = fs.createReadStream, read false = no content at all.

@robrich
Copy link
Contributor Author

robrich commented Oct 28, 2013

Resolved with Pull Request for Issue #16

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