Initial work on bundling script

Not finished, but has something workign already.
This commit is contained in:
2018-08-07 15:07:04 +02:00
parent 87ac43b6ec
commit 0a9b8b251a
2 changed files with 111 additions and 1 deletions

4
.gitignore vendored
View File

@@ -7,5 +7,7 @@
/config/*.cfg
# Ignore generated datasets.
/benchmark/website/dataset/*.js
# Ignore configuration
/bundle/config
# Ignore Python cache
__pycache__
__pycache__