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
- Hashed asset filenames in the live HTML against your build output
Last-Modifiedon the live root against your newest local fileCache-Controlheaders, 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.