add documentation website to repo

This commit is contained in:
Rene Haas
2022-10-14 11:50:29 +02:00
parent 76f0ebdb08
commit ca54bad7f0
152 changed files with 0 additions and 0 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