X-Git-Url: https://git.sesse.net/?p=remoteglot;a=blobdiff_plain;f=build.sh;h=9f97e35fd8383ee36365f8fee6420d922d9ddf76;hp=61b1376edb93b54a0d3e2b02c9c6ee2ffa3892a8;hb=4cc49cb14f990d0b9283002028899a09190040b4;hpb=70bc196b94f2959ea9726f62019e5f0caa696eab diff --git a/build.sh b/build.sh index 61b1376..9f97e35 100755 --- a/build.sh +++ b/build.sh @@ -3,14 +3,19 @@ # Download http://dl.google.com/closure-compiler/compiler-latest.zip # and unzip it in closure/ before running this script. +# The JQuery build comes from http://projects.jga.me/jquery-builder/, +# more specifically +# +# 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 \ --compilation_level SIMPLE \ --js_output_file=www/js/remoteglot.min.js \ - --externs externs/jquery-1.9.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