TryGhost
OSS
Ghost
Sign in / Sign up
Open main menu
Ghost
GitHub
Overview
Runs
Analytics
Loading workspace stats
Loading workspace insights...
Statistics interval
7 days
30 days
Latest CI Pipeline Executions
Status
Fix filter
Filter
Fuzzy
Filter range
Sort by
Sort by
Start time
Sort ascending
Sort descending
Succeeded
29128
b5599384 🐛 Fixed post card styles and scripts going missing until Ghost restarts ref https://linear.app/ghost/issue/ONC-1865 - cards.min.css/js were built into content/public and served by reading them back from disk, so a wiped or unwritable content folder meant a 404 on every request until reboot - the assets are rebuilt from theme sources on every boot anyway, so the disk copy is not a real cache; the serving middleware already held the body in memory permanently - card assets are now kept in memory by the assets service and served from there; the disk write is best-effort back-compat only, so write failures and deleted files can no longer take the assets offline - build policy (single-flight, retry backoff, rebuild-on-theme-change) now lives in one place on the service instead of per-route Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
by Sag
S
Previous page
Previous
Next
Next page