Remove 'examples/bootstrap' path from example filter

The directory was moved to resources/bootstrap in 6c5377eebe
This commit is contained in:
Frederic Junod
2014-10-01 09:35:30 +02:00
parent 7273b501f1
commit fa60ec294e

View File

@@ -110,7 +110,6 @@ EXAMPLES_SRC = [path
for path in ifind('examples')
if path.endswith('.js')
if not path.endswith('.combined.js')
if not path.startswith('examples/bootstrap')
if path != 'examples/Jugl.js'
if path != 'examples/jquery.min.js'
if path != 'examples/example-list.js']