From cc69545497a0c4f0cc64e298f2b206dae083fc17 Mon Sep 17 00:00:00 2001 From: "Juan J. Martinez" Date: Fri, 29 Dec 2023 09:42:14 +0000 Subject: Prevent the closure compiler from breaking the code --- min | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'min') 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 -- cgit v1.2.3