diff options
author | Martin Fischer <martin@push-f.com> | 2021-11-27 09:38:35 +0100 |
---|---|---|
committer | Martin Fischer <martin@push-f.com> | 2021-11-27 12:53:39 +0100 |
commit | 49a32ffc906ac66b30bab56c450e8f9cb4f85866 (patch) | |
tree | 1999cd8a892468ac73a07b8a4c31c7406666693f /build.py | |
parent | b60d58b4875aea58106c65faa2753dede70152f1 (diff) |
search: start implementing search
Diffstat (limited to 'build.py')
-rwxr-xr-x | build.py | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -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) |