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:
parent
4479191be8
commit
8cdd6202c7
1 changed files with 2 additions and 0 deletions
|
@ -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`
|
||||
|
|
Loading…
Reference in a new issue