Disable cache when using make serve

This commit is contained in:
JC Brand 2016-02-15 15:06:36 +00:00
parent b99cfddec3
commit 76ed0b7b85

View File

@ -57,7 +57,7 @@ all: dev
.PHONY: serve
serve: stamp-npm
$(HTTPSERVE) -p 8000
$(HTTPSERVE) -p 8000 -c -1
########################################################################
## Translation machinery