Cache-busting plugin for gulp.
gulp-rev-append with the option of field name and md5 digest length.
Cache-busting plugin(new support for custom rev-type compared with gulp-rev-append) for gulp.
base on gulp-rev-append that replace "?rev=@@hash" with hash string and gulp-rev-append-all will not but append a hash string like "?v=xxx" to the end of ref in file.
copy "gulp-rev-append"
gulp-rev-append-xdf
base on gulp-rev-append that replace "?rev=@@hash" with hash string and gulp-rev-append-all will not but append a hash string like "?v=xxx" to the end of ref in file.
base on gulp-rev-append-all that replace "?rev=@@hash" with hash string and gulp-rev-append-all will not but append a hash string like "?v=xxx" to the end of ref in file.
Removed gulp-util, base on gulp-rev-append v 0.1.8 ; Cache-busting plugin for gulp.
base on gulp-rev-append that replace "?rev=@@hash" with hash string and gulp-rev-append-all-srcset will not but append a hash string like "?v=xxx" to the end of ref in file.
Static asset revisioning by appending content hash to filenames: unicorn.css => unicorn-d41d8cd98f.css
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.
Rewrite occurences of filenames which have been renamed by gulp-rev
主要实现COPY了gulp-rev-append,并针对性的增加了配置参数
Rewrite references to assets that have been revisioned using gulp-rev
Cache-busting plugin for gulp.
Delete the original file rewritten by gulp-rev.
Cache-busting plugin for gulp.
Formatting options for static revisioned assets generated by gulp-rev or gulp-git-rev: unicorn.css => unicorn[pre]d41d8cd98f[pre].css
Simple Gulp plugin to append/prepend.
Static asset revision data collector from manifests, generated from different streams, and replace their links in html template.
Synchronously get the current git commit hash, tag, or branch
TypeScript definitions for gulp-rev
Cache-busting plugin for gulp.