aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJuan J. Martinez <jjm@usebox.net>2023-12-29 09:42:14 +0000
committerJuan J. Martinez <jjm@usebox.net>2023-12-29 09:42:14 +0000
commitcc69545497a0c4f0cc64e298f2b206dae083fc17 (patch)
tree1b136cf61f06d122ded95a7eeff0bd8b2386b340
parent71e1111a4574fc751238b97690ec1b928025da05 (diff)
downloadjs-canvas-2023-cc69545497a0c4f0cc64e298f2b206dae083fc17.tar.gz
js-canvas-2023-cc69545497a0c4f0cc64e298f2b206dae083fc17.zip
Prevent the closure compiler from breaking the code
-rwxr-xr-xmin2
1 files changed, 1 insertions, 1 deletions
diff --git a/min b/min
index c795c13..07e92e0 100755
--- a/min
+++ b/min
@@ -1,4 +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
+java -jar ./tools/closure-compiler-v20231112.jar --js js/**.js --language_out ECMASCRIPT_2016 --js_output_file out/game.min.js