0
0
Fork 0
mirror of https://codeberg.org/forgejo/docs.git synced 2025-01-11 00:50:57 -05:00

developer: add warning for make watch

See https://github.com/go-gitea/gitea/issues/27029
This commit is contained in:
Earl Warren 2023-09-14 07:32:26 +02:00 committed by Earl Warren
parent 4479191be8
commit 8cdd6202c7

View file

@ -120,3 +120,5 @@ To run and continuously rebuild when the source files change:
```bash
make watch
```
> **NOTE:** do not set the `bindata` tag such as in `TAGS="bindata" make watch` or the browser may fail to load pages with an error like `Failed to load asset`