gulp-flatMap icon indicating copy to clipboard operation
gulp-flatMap copied to clipboard

process all the files in a gulp-stream individually

Results 2 gulp-flatMap issues
Sort by recently updated
recently updated
newest added

Gulp says "task didnt complete" when i tried to process more than 22 folders with flatmap: ``` gulp.src(app.blocks) //more than 22 folders .pipe(flatmap((stream, file) => { return stream; })) ```...

https://medium.com/gulpjs/gulp-util-ca3b1f9f9ac5