Old static asset revision files filter
Renamed to gulp-rev-outdated
Customization of the original gulp-rev-outdated plugin: Old static asset revision files filter
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
Rewrite references to assets that have been revisioned using gulp-rev
Delete the original file rewritten by gulp-rev.
Formatting options for static revisioned assets generated by gulp-rev or gulp-git-rev: unicorn.css => unicorn[pre]d41d8cd98f[pre].css
Remove gulp-rev or gulp-rev-all file originals
Static asset revision data collector from manifests, generated from different streams, and replace their links in html template.
TypeScript definitions for gulp-rev
Synchronously get the current git commit hash, tag, or branch
TypeScript definitions for gulp-rev-replace
Clean temporary files created by gulp-rev
broccoli asset revisions (fingerprint)
Create a hash for file revving
Create a revved file path
Cache-busting plugin(new support for custom rev-type compared with gulp-rev-append) for gulp.
The lightweight plugin to override urls in css files to hashed after gulp-rev
Trace imports, detect unused code, clean dependencies — all with a super-fast CLI
Cache-busting plugin for gulp.
Generate a rev-manifest file, mapping original paths to revisioned counterparts.
gulp-rev-append with the option of field name and md5 digest length.