small fix x_x
This commit is contained in:
parent
3d11a2871f
commit
7fe48d6993
9 changed files with 77 additions and 76 deletions
|
@ -1,13 +1,13 @@
|
|||
#!/bin/sh
|
||||
|
||||
tsc
|
||||
mkdir -p dest
|
||||
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
|
||||
rm dest/script.js
|
||||
rm dest/main.js
|
||||
rm dest/block.js
|
||||
rm dest/network.js
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue