From e3de55e7cb30cac13c4038370b1c0226c26c4df1 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=C3=89ric=20Lemoine?= Date: Tue, 25 Sep 2012 15:37:13 +0200 Subject: [PATCH] Makefile - serve target needs build/ol-all.js as a source --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 46ca80cbff..9cb78ba9df 100644 --- a/Makefile +++ b/Makefile @@ -131,7 +131,7 @@ demos/two-layers/simple-optimizations.js: $(PLOVR_JAR) $(SRC) base.json \ @echo $@ " compressed:" $$(gzip -9 -c <$@ | wc -c) bytes .PHONY: serve -serve: $(PLOVR_JAR) +serve: $(PLOVR_JAR) build/ol-all.js java -jar $(PLOVR_JAR) serve build/ol.json demos/*/*.json .PHONY: lint