From 0e81f67a00f4b06e0966d67e00cbca80fa95789c Mon Sep 17 00:00:00 2001 From: Tom Payne Date: Wed, 17 Oct 2012 11:36:54 +0200 Subject: [PATCH] Host example index --- Makefile | 1 + 1 file changed, 1 insertion(+) diff --git a/Makefile b/Makefile index 0f1946f2df..19588fefc0 100644 --- a/Makefile +++ b/Makefile @@ -119,6 +119,7 @@ hostexamples: build examples cp $(EXAMPLES) $(subst .html,.js,$(EXAMPLES)) examples/style.css build/gh-pages/$(BRANCH)/examples/ cp build/loader_hosted_examples.js build/gh-pages/$(BRANCH)/examples/loader.js cp build/ol.js build/ol.css build/gh-pages/$(BRANCH)/build/ + cp examples/index.html examples/index.js build/gh-pages/$(BRANCH)/examples .PHONY: test test: $(INTERNAL_SRC)