]> git.sesse.net Git - remoteglot/blobdiff - build.sh
Fix Chess960 bug when castling does not move the rook.
[remoteglot] / build.sh
index b8da89e8341951355a7974ba7b2f29b630e4c221..9f97e35fd8383ee36365f8fee6420d922d9ddf76 100755 (executable)
--- a/build.sh
+++ b/build.sh
@@ -12,10 +12,10 @@ java -jar closure/compiler.jar \
        --language_in ECMASCRIPT5 \
        --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