gulp-rev-rewrite icon indicating copy to clipboard operation
gulp-rev-rewrite copied to clipboard

Read multiple manifest json files?

Open weilinzung opened this issue 3 years ago • 1 comments

with gulp stream we can do

gulp.src(`dir/*.json`);

but with fs buffer now, we can only read one file

readFileSync('dir/manifest.json')

weilinzung avatar Jan 13 '22 16:01 weilinzung

I think one way to proceed is to chain the rewrite task several times in a row with different manifest files.

TheDancingCode avatar May 02 '22 18:05 TheDancingCode