Disable cache when using make serve
This commit is contained in:
parent
b99cfddec3
commit
76ed0b7b85
2
Makefile
2
Makefile
@ -57,7 +57,7 @@ all: dev
|
|||||||
|
|
||||||
.PHONY: serve
|
.PHONY: serve
|
||||||
serve: stamp-npm
|
serve: stamp-npm
|
||||||
$(HTTPSERVE) -p 8000
|
$(HTTPSERVE) -p 8000 -c -1
|
||||||
|
|
||||||
########################################################################
|
########################################################################
|
||||||
## Translation machinery
|
## Translation machinery
|
||||||
|
Loading…
Reference in New Issue
Block a user