regme-gulp-rev-dist-clean
Clean temporary files created by gulp-rev
Clean temporary files created by gulp-rev
Hashes your source files and change references and/or filenames.
Static asset revisioning by appending content hash to filenames: unicorn.css => unicorn.098f6bcd.css, also re-writes references in each file to new reved name. Better absolute path support.
copy from `gulp-rev` but fix excute [.js]-[.map] in manifest when use gulp-sourcemaps
Static asset revision data collector from manifests, generated from different streams, and replace their links in html template.
Produce the list that recorded the reflection of the file name and the hash from file name.
Static asset revisioning by appending content hash to filenames: unicorn.css => unicorn.css?d41d8cd98f.alter from gulp-rev
copy from `gulp-rev` but fix excute [.js]-[.map] in manifest when use gulp-sourcemaps
Static asset revisioning by appending content hash to filenames: unicorn.css => unicorn.css?v=d41d8cd98f
Static asset revisioning by appending timestamp to filenames: style.css => style.css?v=1646036823
Static asset revisioning by appending content hash to filenames: unicorn.css => unicorn-d41d8cd98f.css
unicorn.css => unicorn.css?d41d8cd98f
Static asset revision data collector from manifests, generated from different streams, and replace their links in html template.alter from gulp-rev-collector
Static asset revision data collector from manifests, generated from different streams, and replace their links in html template.
Static asset revision data collector from manifests, generated from different streams, and replace their links in html template.
Static asset revision data collector from manifests, generated from different streams, and replace their links in html template.alter from gulp-rev-collector
Static asset revision data collector from manifests, generated from different streams, and replace their links in html template.
Static asset revision data collector from manifests, generated from different streams, and replace their links in html template.
Static asset revision data collector from manifests, generated from different streams, and replace their links in html template.
[gulp-rev-cto](https://www.npmjs.com/package/gulp-rev-cto) 是基于 [gulp-rev](https://www.npmjs.com/package/gulp-rev) & [gulp-rev-collector](https://www.npmjs.com/package/gulp-rev-collector)改造,将 hash 值置于文件后,避免生成多个的文件,同时封装 rev-collector, 无需安装两个依赖。