From 12e18454ba07c3b7747f8b868f6830f05de149c4 Mon Sep 17 00:00:00 2001 From: Kévin Le Gouguec Date: Sun, 12 Apr 2020 23:06:07 +0200 Subject: Add intermediate step to cache site tree Seems kind of wasteful to recompute it every time. Also, now subsequent scripts don't have to care about file extensions anymore. --- repo/www/.gitignore | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'repo/www/.gitignore') diff --git a/repo/www/.gitignore b/repo/www/.gitignore index b921cf0..edad99c 100644 --- a/repo/www/.gitignore +++ b/repo/www/.gitignore @@ -1 +1,2 @@ -deps.mk \ No newline at end of file +deps.mk +site-tree.json -- cgit v1.2.3