summaryrefslogtreecommitdiff
path: root/build.py
diff options
context:
space:
mode:
Diffstat (limited to 'build.py')
-rwxr-xr-xbuild.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/build.py b/build.py
index 5f800c2..4386aca 100755
--- a/build.py
+++ b/build.py
@@ -32,6 +32,7 @@ unstable_features = get_features('unstable')
os.makedirs('target', exist_ok=True)
shutil.copy('style.css', 'target')
+shutil.copy('script.js', 'target')
with open('target/data.json', 'w') as f:
json.dump(dict(unstable=unstable_features, versions=versions), f)