client build update
This commit is contained in:
parent
8e007763bf
commit
e194968af5
15 changed files with 2050 additions and 8 deletions
9
client/build.sh
Executable file
9
client/build.sh
Executable file
|
@ -0,0 +1,9 @@
|
|||
#!/bin/sh
|
||||
|
||||
tsc
|
||||
cat dest/main.js > dest/script.js
|
||||
cat dest/block.js >> dest/script.js
|
||||
cat dest/network.js >> dest/script.js
|
||||
cat dest/player.js >> dest/script.js
|
||||
cat dest/core.js >> dest/script.js
|
||||
terser dest/script.js -o dest/script.min.js --compress --mangle
|
Loading…
Add table
Add a link
Reference in a new issue