X-Git-Url: https://git.sesse.net/?p=remoteglot;a=blobdiff_plain;f=build.sh;h=9831f35dae4516f43ea8295341199eabe0f7be78;hp=a03d72b441e7ea753a300f5c2c180b375128981d;hb=960b6ea34239ae508e3ab9841665fd7ba390fba3;hpb=5243478f883e4997134e3abc8da57b7680129c89;ds=sidebyside diff --git a/build.sh b/build.sh index a03d72b..9831f35 100755 --- a/build.sh +++ b/build.sh @@ -3,13 +3,20 @@ # 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