gulp-buster (v1.1.0) is a Gulp plugin that generates cache-busting hashes (fingerprints) for static assets. It computes MD5-like hashes of file contents and writes them to a JSON manifest (busters.json). Unlike gulp-rev, it does not rename files but instead produces a mapping for URL rewriting. The plugin integrates with gulp-watch for real-time updates. Releases are infrequent; latest stable is 1.1.0 (2015). Requires Node >= 0.10.
npm install gulp-busterNo compatibility data collected yet for this library.
Verified import paths — ran on the pinned version, not inferred.
Shows how to pipe assets through gulp-buster to generate a busters.json manifest.
Use only fileName option; path is legacy.
Consider using gulp-rev for async hashing or limit file sizes.
Migrate to gulp-rev or gulp-hash.
Run npm install --save-dev gulp-buster
Use const bust = require('gulp-buster');No dependency data recorded yet.