change website

This commit is contained in:
Rene Haas
2022-11-12 12:07:19 +01:00
parent 9c1402f197
commit d43ddb328a
178 changed files with 1593 additions and 184 deletions
+5
View File
@@ -0,0 +1,5 @@
call rollup -c
call uglifyjs ./index.bundle.js -o ./index.min.js -c -m --ie8
del "./index.bundle.js"
del "./index.bundle.js.map"
pause