diff options
author | Juan J. Martinez <jjm@usebox.net> | 2025-02-10 16:22:28 +0000 |
---|---|---|
committer | Juan J. Martinez <jjm@usebox.net> | 2025-02-10 16:22:28 +0000 |
commit | ab117a96bd868dc211eb091272f8549be1b0da86 (patch) | |
tree | 0b39ae784a90c60302714b4869ced65cf107e128 | |
parent | 31d9ba810ecf578924e31be578576aa0a1421d80 (diff) | |
download | js-canvas-2023-ab117a96bd868dc211eb091272f8549be1b0da86.tar.gz js-canvas-2023-ab117a96bd868dc211eb091272f8549be1b0da86.zip |
Prevent breaking changes
-rwxr-xr-x | min | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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 |