From e96483085bebd564739675a2cd2f12c99de9b034 Mon Sep 17 00:00:00 2001 From: EuAndreh Date: Mon, 7 Sep 2026 15:06:26 -0300 Subject: Regenerate deps.mk: read the comments once mkwb grew a commentsdata action that reads every comment there is into one corpus, and a comments -d that reads the corpus rather than the sources. The pages wait on the corpus now; the corpus waits on the sources and on src/global.json, which it is read from. src/comments.data is built, so .gitignore takes it and clean removes it. The rendered site is unchanged. Co-Authored-By: Claude Opus 5 (1M context) Claude-Session: https://claude.ai/code/session_01KxLpaNQThKfMG3ecCJptP9 --- .gitignore | 1 + 1 file changed, 1 insertion(+) (limited to '.gitignore') diff --git a/.gitignore b/.gitignore index 4f3da55..b1fd735 100644 --- a/.gitignore +++ b/.gitignore @@ -29,6 +29,7 @@ /src/content/.gitignore /src/comments/ /src/comments.sentinel +/src/comments.data !/src/comments.mastodon.json !/src/comments.lemmy.json -- cgit v1.3