gulp-version-append
Cache-busting plugin for gulp.
Cache-busting plugin for gulp.
Generate a rev-manifest file, mapping original paths to revisioned counterparts.
Version bump package.json (or a version file) via various plugins (eg cli, git, etc).
Append a unique hash to filename. Optionally create a manifest mapping. Optionally rewrite references to updated filenames.
Appends package version (package.json) to static files: style.css => style-2.0.2.css
SRI integrety hash generator for gulp. Based on gulp-buster.
Gulp plugin for replacing URLs based on a manifest, especially well-suited for revving asset URLs.
A gulp plugin to append the content hash to filenames.
easy add hash to asset path uc.js to uc.js?v=afb23 or simple add date uc.js to uc.js?v=201503031214
Netlify build plugin to get optimal file caching with hashed file names and immutable cache headers
Builds a rev manifest file that is compatible with Rails. Forked from the manifest function of gulp-rev
Middleware which adds helper functions for dealing with manifest files and file fingerprints.
Opinionated, straight to the point assets revisioning.
Simple command line cache busting tool which fingerprints files with a content hash.
Static asset revisioning by appending content hash to filenames: unicorn.css => unicorn-098f6bcd.css
Asset revisioning by using file content hashing
Easy revisioning by appending customized strings to filenames: style.css => style-d41d8cd98f.css
Obtain information about Git repository revision in format like 'master-c73-gbbb6bec'
Middleware which resolves requests based on generic filenames to the associated file fingerprint outlined in a manifest file.
Mongoose plugin, adding revision field to documents, which gets increased on each update (not only arrays, as internal versioning does). Also, disables internal versioning.