Skip to content
All projects

Static Deploy Diff

Compares a local build against what is actually live and tells you whether your last deploy landed.

clihostingdevtools

"I deployed but the site is unchanged" is almost always one of three things. This checks all three in a second.

What it compares

  1. Hashed asset filenames in the live HTML against your build output
  2. Last-Modified on the live root against your newest local file
  3. Cache-Control headers, flagging HTML cached longer than a few seconds

Output

live  css/fe04e3a2.css   built  css/3350e65e.css   STALE
last deploy   2 days ago
homepage cached  max-age=3600  (HTML should be max-age=0)

Three lines, and you know whether to redeploy, fix a header, or clear a cache.