gulp-rev-rewrite
gulp-rev-rewrite copied to clipboard
Read multiple manifest json files?
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')
I think one way to proceed is to chain the rewrite task several times in a row with different manifest files.