Host example index

This commit is contained in:
Tom Payne
2012-10-17 11:36:54 +02:00
parent e9dbb00039
commit 0e81f67a00

View File

@@ -119,6 +119,7 @@ hostexamples: build examples
cp $(EXAMPLES) $(subst .html,.js,$(EXAMPLES)) examples/style.css build/gh-pages/$(BRANCH)/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/loader_hosted_examples.js build/gh-pages/$(BRANCH)/examples/loader.js
cp build/ol.js build/ol.css build/gh-pages/$(BRANCH)/build/ 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 .PHONY: test
test: $(INTERNAL_SRC) test: $(INTERNAL_SRC)