Browse Source

Create README.md for /static/web

To let people know they're in the wrong place if they're looking to make web changes.
gek/ffmpeg-6
Gabe Kangas 2 years ago committed by GitHub
parent
commit
a56f0f2ed6
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 7
      static/web/README.md

7
static/web/README.md vendored

@ -0,0 +1,7 @@ @@ -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.
Loading…
Cancel
Save