gulp-rev-append

JSON →
library 0.1.8 ·javascript maintenance
verified Jun 7, 2026

Gulp plugin for cache-busting HTML file references by appending a query string file hash. As of v0.1.8, it scans HTML files for href/src attributes containing ?rev= and replaces the value with an MD5 hash of the referenced file's contents. Only modified files cause hash changes. No manifest generation required, but uses query string method which is not recommended for proxy caches. Useful for simple cache-busting during development. Release cadence is low.