From 5fe71ea7b9d9a5d2dc6e8e5ce5b9193629eed74d Mon Sep 17 00:00:00 2001 From: Terry Truong Date: Mon, 11 Jul 2022 01:54:08 +1000 Subject: Make backend dev server script serve the image files Previously, image files in backend/data/img were moved to, or symlinked from, public/. This needed to be changed before each build, otherwise vite would end up copying gigabytes of images. --- backend/data/pickedImgs/README.md | 10 ---------- 1 file changed, 10 deletions(-) delete mode 100644 backend/data/pickedImgs/README.md (limited to 'backend/data/pickedImgs') diff --git a/backend/data/pickedImgs/README.md b/backend/data/pickedImgs/README.md deleted file mode 100644 index dfe192b..0000000 --- a/backend/data/pickedImgs/README.md +++ /dev/null @@ -1,10 +0,0 @@ -This directory holds additional image files to use for tree-of-life nodes, -on top of those from EOL and Wikipedia. - -Possible Files -============== -- (Image files) -- imgData.txt
- Contains lines with the format `filename|url|license|artist|credit`. - The filename should consist of a node name, with an image extension. - Other fields correspond to those in the `images` table (see ../README.md). -- cgit v1.2.3