From b87fcbb4c4735b8a39eba7c898650ee232e8fd7d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=C3=89ric=20Lemoine?= Date: Fri, 29 Mar 2013 16:14:11 +0100 Subject: [PATCH] Move hosted examples loader our of build dir The build dir is now empty, and therefore unexisting for Git. --- {build => bin}/loader_hosted_examples.js | 0 build.py | 2 +- 2 files changed, 1 insertion(+), 1 deletion(-) rename {build => bin}/loader_hosted_examples.js (100%) diff --git a/build/loader_hosted_examples.js b/bin/loader_hosted_examples.js similarity index 100% rename from build/loader_hosted_examples.js rename to bin/loader_hosted_examples.js diff --git a/build.py b/build.py index 91bc071f21..b71fa93f1a 100755 --- a/build.py +++ b/build.py @@ -485,7 +485,7 @@ def host_examples(t): t.cp_r('examples/data', examples_dir + '/data') t.cp_r('examples/bootstrap', examples_dir + '/bootstrap') t.cp_r('examples/font-awesome', examples_dir + '/font-awesome') - t.cp('build/loader_hosted_examples.js', examples_dir + '/loader.js') + t.cp('bin/loader_hosted_examples.js', examples_dir + '/loader.js') t.cp('build/ol.js', 'build/ol-simple.js', 'build/ol-whitespace.js', 'build/ol.css', build_dir) t.cp('examples/index.html', 'examples/example-list.js',