Explorar el Código

Disable cache when using `make serve`

JC Brand hace 9 años
padre
commit
76ed0b7b85
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. 1 1
      Makefile

+ 1 - 1
Makefile

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