Is there any way to keep track of all js files created by gulp-rev in rev-mainfest.json file?

39 Views Asked by At

I am using gulp-rev to generate minified js files. Now gulp-rev only keep track of last revision in rev-mainfest.json file e.g

{
   "product-min.js": "product-min.a2720ef6.js"
}

But I want to keep track of all generated files e.g

 {
   "product-min.js": "product-min.a2720ef6.js",
   "product-min.js": "product-min.1f2j3jfj.js"
   "product-min.js": "product-min.33ffsfsd.js"
   .....
 }

Is there anyway to do that?

1

There are 1 best solutions below

0
Kamil Dzielinski On

What you are describing is not possible with gulp-rev.