You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
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.
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.The text was updated successfully, but these errors were encountered: