Add Font Awesome 3.0.2

This commit is contained in:
Frederic Junod
2013-03-05 17:30:06 +01:00
parent e4863f3ce8
commit 2b238c68c7
11 changed files with 905 additions and 0 deletions

View File

@@ -60,6 +60,7 @@ EXAMPLES_SRC = [path
if path.endswith('.js')
if not path.endswith('.combined.js')
if not path.startswith('examples/bootstrap')
if not path.startswith('examples/font-awesome')
if path != 'examples/Jugl.js'
if path != 'examples/example-list.js']
@@ -370,6 +371,7 @@ def hostexamples(t):
'examples/examples.css', examples_dir)
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('build/ol.js', 'build/ol-simple.js', 'build/ol-whitespace.js',
'build/ol.css', build_dir)