Browse Source
To let people know they're in the wrong place if they're looking to make web changes.gek/ffmpeg-6
1 changed files with 7 additions and 0 deletions
@ -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…
Reference in new issue