Move hosted examples loader our of build dir

The build dir is now empty, and therefore unexisting for Git.
This commit is contained in:
Éric Lemoine
2013-03-29 16:14:11 +01:00
parent 35fc2882b4
commit b87fcbb4c4
2 changed files with 1 additions and 1 deletions

View File

@@ -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',