diff --git a/build.py b/build.py index 916c10f8e2..429e600887 100755 --- a/build.py +++ b/build.py @@ -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']