From ab117a96bd868dc211eb091272f8549be1b0da86 Mon Sep 17 00:00:00 2001 From: "Juan J. Martinez" Date: Mon, 10 Feb 2025 16:22:28 +0000 Subject: Prevent breaking changes --- min | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- cgit v1.2.3