Gulp plugin for cache busting static assets by appending a query string (MD5 hash or timestamp) to asset URLs in HTML files. Current stable version is 1.4.1, released in 2016, and the package is not actively maintained. It supports 'timestamp' and 'MD5' types. Compared to similar plugins like gulp-rev, gulp-cache-bust is simpler but less flexible, lacking features like manifest generation or file renaming. The package is deprecated in favor of more modern approaches.
npm install gulp-cache-bustNo compatibility data collected yet for this library.
Verified import paths — ran on the pinned version, not inferred.
Shows how to use gulp-cache-bust to append a timestamp query string to asset URLs in HTML files.
Use a modern alternative like gulp-rev or gulp-version-number.
Run 'npm install --save-dev gulp-cache-bust' and ensure correct spelling.
Use 'const cachebust = require('gulp-cache-bust');' instead of 'import'.