diff --git a/build.py b/build.py index 85d3704a2a..66c16b5ad1 100755 --- a/build.py +++ b/build.py @@ -51,7 +51,6 @@ EXTERNAL_SRC = [ EXAMPLES = [path for path in ifind('examples') - if not path.startswith('examples/standalone/') if path.endswith('.html') if path != 'examples/index.html']