diff --git a/build.py b/build.py index 1659dab6ab..c2ff878c65 100755 --- a/build.py +++ b/build.py @@ -109,6 +109,7 @@ EXAMPLES_SRC = [path if not path.startswith('examples/font-awesome') if path != 'examples/Jugl.js' if path != 'examples/jquery.min.js' + if path != 'examples/loader.js' if path != 'examples/example-list.js'] EXAMPLES_JSON = ['build/' + example.replace('.html', '.json')