owncast/static/web
Gabe Kangas a56f0f2ed6
Create README.md for /static/web
To let people know they're in the wrong place if they're looking to make web changes.
2023-12-05 09:39:16 -08:00
..
404 Bundle embedded web app 2023-12-05 14:08:29 +00:00
_next/static Bundle embedded web app 2023-12-05 14:08:29 +00:00
admin Bundle embedded web app 2023-12-05 14:08:29 +00:00
embed Bundle embedded web app 2023-12-05 14:08:29 +00:00
fonts/inter
img
styles/admin Bundle embedded web app 2023-12-01 03:01:48 +00:00
404.html Bundle embedded web app 2023-12-05 14:08:29 +00:00
favicon.ico
fediverse-white.png
index.html Bundle embedded web app 2023-12-05 14:08:29 +00:00
manifest.json
README.md Create README.md for /static/web 2023-12-05 09:39:16 -08:00
serviceWorker.js
sw.js Bundle embedded web app 2023-12-05 14:08:29 +00:00
workbox-1b51a4a5.js Bundle embedded web app 2023-12-02 13:30:11 +00:00

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.