disable local server cache to prevent likec4 file caching
This commit is contained in:
parent
9bc6f6e795
commit
1ab3e6c262
1 changed files with 4 additions and 4 deletions
|
|
@ -43,7 +43,7 @@ tasks:
|
||||||
- deps:ensure-npm
|
- deps:ensure-npm
|
||||||
- build:generate-info
|
- build:generate-info
|
||||||
cmds:
|
cmds:
|
||||||
- "{{.HUGO_CMD}} server"
|
- "{{.HUGO_CMD}} server --noHTTPCache"
|
||||||
|
|
||||||
clean:
|
clean:
|
||||||
desc: Clean build artifacts
|
desc: Clean build artifacts
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue