sveltejs / svelte.dev

The Svelte omnisite
https://svelte.dev
104 stars 60 forks source link

document the doc generation process #190

Open Rich-Harris opened 1 month ago

Rich-Harris commented 1 month ago

It's a little hard to reverse engineer at the moment — I got very confused trying to figure out how stuff worked. A few things we could do to make life easier for future us:

Rich-Harris commented 1 month ago

Yikes, I just saw a production deploy with a stale snippet cache. That's very bad. I think we probably need to do snippet generation at sync time

dummdidumm commented 1 month ago

...or do the more elaborate snippet cache key, or just disable it entirely for production deployments.