From 0691d1d74e963cf0362ba81b29c3e4206d108f3a Mon Sep 17 00:00:00 2001 From: Tim Schaub Date: Fri, 7 Aug 2015 11:00:28 -0600 Subject: [PATCH] Rebuild examples if package.json changes --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 69b5e653a5..fe57de1402 100644 --- a/Makefile +++ b/Makefile @@ -171,7 +171,7 @@ host-libraries: build/timestamps/node-modules-timestamp @mkdir -p $(BUILD_HOSTED)/ol.ext @cp -r build/ol.ext/* $(BUILD_HOSTED)/ol.ext/ -$(BUILD_EXAMPLES): $(EXAMPLES) +$(BUILD_EXAMPLES): $(EXAMPLES) package.json @mkdir -p $(@D) @node tasks/build-examples.js