aboutsummaryrefslogtreecommitdiff
path: root/min
diff options
context:
space:
mode:
authorJuan J. Martinez <jjm@usebox.net>2023-12-28 19:43:05 +0000
committerJuan J. Martinez <jjm@usebox.net>2023-12-28 19:47:11 +0000
commited0e61af2c9fb7b016cb72a91d207b761859c676 (patch)
tree7a64f254ecb1b921acf561d3aebc47672d0d9714 /min
downloadjs-canvas-2023-ed0e61af2c9fb7b016cb72a91d207b761859c676.tar.gz
js-canvas-2023-ed0e61af2c9fb7b016cb72a91d207b761859c676.zip
Initial import
Diffstat (limited to 'min')
-rwxr-xr-xmin4
1 files changed, 4 insertions, 0 deletions
diff --git a/min b/min
new file mode 100755
index 0000000..c795c13
--- /dev/null
+++ b/min
@@ -0,0 +1,4 @@
+#!/bin/bash
+
+mkdir -p out
+java -jar ./tools/closure-compiler-v20231112.jar --js js/**.js --compilation_level ADVANCED --language_out ECMASCRIPT_2016 --js_output_file out/game.min.js