]> git.sesse.net Git - remoteglot/blobdiff - build.sh
Do not show the board before we have an initial load.
[remoteglot] / build.sh
index b8da89e8341951355a7974ba7b2f29b630e4c221..e2a57016ef0dcd26030de1d46e5a80ce880f7d8d 100755 (executable)
--- a/build.sh
+++ b/build.sh
@@ -8,14 +8,14 @@
 #
 # https://raw.githubusercontent.com/jgallen23/jquery-builder/0.7.0/dist/2.1.1/jquery-deprecated-sizzle.js
 
-java -jar closure/compiler.jar \
-       --language_in ECMASCRIPT5 \
+java -jar closure-compiler-v20221004.jar \
+       --language_in ECMASCRIPT_2015 \
        --compilation_level SIMPLE \
        --js_output_file=www/js/remoteglot.min.js \
-       --externs externs/webstorage.js \
         www/js/jquery-deprecated-sizzle.js \
        www/js/chessboard-0.3.0.js \
        www/js/chess.js \
        www/js/json_delta.js \
+       www/js/jquery.sparkline.js \
        www/js/remoteglot.js