Ross ROSS = Recommend OSS · open-source software intelligence for agents

sindresorhus/gulp-rev

Static asset revisioning by appending content hash to filenames: `unicorn.css` → `unicorn-d41d8cd98f.css` observed · 2026-08-28

github.com/sindresorhus/gulp-rev · JavaScript · MIT (permissive) observed · 2026-08-28

Health v2 · maintenance only

50/100

  • Activity 49
  • Release rhythm 22
  • Longevity 100
How is this computed?

round(0.45*activity + 0.35*rhythm + 0.20*longevity); archived -> min(score, 10) — computed 2026-09-03. Adoption (stars, forks) is never an input.

  • gap_med: n/a
  • age_days: 4644
  • days_rel: 306
  • days_push: 306
  • n_releases_24m: 1

Full methodology

Adoption not part of the score

1536 stars · 209 forks observed · 2026-08-28

What it is AI-extracted, prompt v1, taxonomy v1, 2026-08-30, confidence not recorded

A Gulp plugin that renames static assets by appending a content hash to their filenames (e.g., unicorn.css → unicorn-d41d8cd98f.css) for cache busting. It also generates a JSON manifest mapping original paths to revisioned paths.

Use cases

  • cache-bust static assets in a gulp build pipeline
  • append content hashes to css and js filenames
  • generate a manifest mapping original asset paths to hashed paths
  • enable far-future caching of static assets safely
  • version assets on every build in a gulp workflow

When to choose

  • you already use Gulp and need cache-busting asset revisioning
  • you want a simple content-hash rename plus JSON manifest
  • you need stable, feature-complete fingerprinting without extra complexity

When to avoid

  • your build uses Webpack, Vite, or another bundler with built-in hashing
  • you need active feature development - the project is feature complete
  • you don't use Gulp as your task runner

Facets

plugin · maturity maintenance

build-tool developer-tools web-development frontend developer-tools performance cli gulp-plugin cache-busting asset-revisioning content-hash fingerprinting static-assets manifest nodejs

2 sources

Member repositories

RepositoryRoleHealth v2
sindresorhus/gulp-revmain50

For agents

markdown · JSON · MCP: product_card(name="sindresorhus/gulp-rev")

Data as of 2026-08-30T08:39:29.467469+00:00 · Report a problem