Copy social links script for hosted examples

This commit is contained in:
Tim Schaub
2013-03-18 23:35:26 -06:00
parent fad57a0fe5
commit d9380d0260

View File

@@ -427,7 +427,7 @@ def hostexamples(t):
'build/ol.css', build_dir)
t.cp('examples/example-list.html', examples_dir + '/index.html')
t.cp('examples/example-list.js', 'examples/example-list.xml',
'examples/Jugl.js', 'examples/jquery.min.js', examples_dir)
'examples/Jugl.js', 'examples/jquery.min.js', 'examples/social-links.js', examples_dir)
t.rm_rf('build/gh-pages/%(BRANCH)s/closure-library')
t.makedirs('build/gh-pages/%(BRANCH)s/closure-library')
with t.chdir('build/gh-pages/%(BRANCH)s/closure-library'):