Create README.md for /static/web

To let people know they're in the wrong place if they're looking to make web changes.
This commit is contained in:
Gabe Kangas 2023-12-05 09:39:16 -08:00 committed by GitHub
parent 108527532b
commit a56f0f2ed6
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

7
static/web/README.md vendored Normal file
View file

@ -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.