From a56f0f2ed6719b8e22956074ccadca427b631097 Mon Sep 17 00:00:00 2001 From: Gabe Kangas Date: Tue, 5 Dec 2023 09:39:16 -0800 Subject: [PATCH] Create README.md for /static/web To let people know they're in the wrong place if they're looking to make web changes. --- static/web/README.md | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 static/web/README.md diff --git a/static/web/README.md b/static/web/README.md new file mode 100644 index 000000000..f34d62b0a --- /dev/null +++ b/static/web/README.md @@ -0,0 +1,7 @@ +TLDR: You can't make web changes here. + +This directory contains the compiled, bundled, web application to be distributed. + +You should not try to edit any files under `/static/web`, instead look at the `/web` directory to make changes to web source code. + +After changes to `/web` get merged into `develop` it will automatically get compiled, and bundled, and will update `/static/web` properly.