From 5cc221a2135abe2c61ba30c01174db12841a91f9 Mon Sep 17 00:00:00 2001 From: "Steinar H. Gunderson" Date: Wed, 21 Dec 2022 00:53:19 +0100 Subject: [PATCH] Develop using un-minified chessboard.js. --- build.sh | 2 +- www/index.dev.html | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/build.sh b/build.sh index 1c90330..cab6aaa 100755 --- a/build.sh +++ b/build.sh @@ -21,6 +21,6 @@ java -jar closure-compiler-v20221004.jar \ www/js/jquery.sparkline.js \ www/js/remoteglot.js -cat www/css/chessboard-0.3.0.min.css www/css/remoteglot.css | sass --scss -t compressed > www/css/remoteglot.min.css +cat www/css/chessboard-0.3.0.css www/css/remoteglot.css | sass --scss -t compressed > www/css/remoteglot.min.css perl replace.pl < www/index.dev.html > www/index.html diff --git a/www/index.dev.html b/www/index.dev.html index b3e1cc4..139075e 100644 --- a/www/index.dev.html +++ b/www/index.dev.html @@ -5,7 +5,7 @@ analysis.sesse.net - + @@ -13,7 +13,7 @@ - + -- 2.39.2