sitegen/src
chloe caruso a71043dc34 rewrite incremental.ts (#21)
the problems with the original implementation was mostly around error
handling. sources had to be tracked manually and provided to each
incremental output. the `hasArtifact` check was frequently forgotten.
this has been re-abstracted through `incr.work()`, which is given an
`io` object. all fs reads and module loads go through this interface,
which allows the sources to be properly tracked, even if it throws.

closes #12
2025-08-02 20:55:07 -04:00
..
blog setup source of truth server 2025-07-09 22:34:07 -07:00
file-viewer rewrite incremental.ts (#21) 2025-08-02 20:55:07 -04:00
friends throw in the file viewer 2025-06-15 23:42:10 -07:00
pages rewrite incremental.ts (#21) 2025-08-02 20:55:07 -04:00
q+a format 2025-07-07 20:58:02 -07:00
static format 2025-07-07 20:58:02 -07:00
tags format 2025-07-07 20:58:02 -07:00
admin.ts format 2025-07-07 20:58:02 -07:00
backend.ts setup source of truth server 2025-07-09 22:34:07 -07:00
friend-auth.ts format 2025-07-07 20:58:02 -07:00
global.css rewrite incremental.ts (#21) 2025-08-02 20:55:07 -04:00
site.ts add "source of truth" server to replace the old cache url 2025-07-08 23:10:41 -07:00
source-of-truth.dockerfile sot: fix deployment 2025-07-09 23:45:21 -07:00
source-of-truth.ts tidy 2025-07-10 00:48:39 -07:00