aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJuan J. Martinez <jjm@usebox.net>2025-02-10 16:22:28 +0000
committerJuan J. Martinez <jjm@usebox.net>2025-02-10 16:22:28 +0000
commitab117a96bd868dc211eb091272f8549be1b0da86 (patch)
tree0b39ae784a90c60302714b4869ced65cf107e128
parent31d9ba810ecf578924e31be578576aa0a1421d80 (diff)
downloadjs-canvas-2023-ab117a96bd868dc211eb091272f8549be1b0da86.tar.gz
js-canvas-2023-ab117a96bd868dc211eb091272f8549be1b0da86.zip
Prevent breaking changes
-rwxr-xr-xmin2
1 files changed, 1 insertions, 1 deletions
diff --git a/min b/min
index 8de3c24..07e92e0 100755
--- a/min
+++ b/min
@@ -1,4 +1,4 @@
#!/bin/bash
mkdir -p out
-java -jar ./tools/closure-compiler-v20231112.jar --compilation_level ADVANCED_OPTIMIZATIONS --js js/**.js --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