]> git.sesse.net Git - remoteglot/commitdiff
Develop using un-minified chessboard.js.
authorSteinar H. Gunderson <sgunderson@bigfoot.com>
Tue, 20 Dec 2022 23:53:19 +0000 (00:53 +0100)
committerSteinar H. Gunderson <sgunderson@bigfoot.com>
Wed, 21 Dec 2022 08:46:38 +0000 (09:46 +0100)
build.sh
www/index.dev.html

index 1c90330784874d0030930c48f094928f86e4bd2d..cab6aaaad78edcb91672296ba2ffcad24c0a2727 100755 (executable)
--- 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
 
index b3e1cc40e24787933161d9a4cc8893245a923615..139075eb7d5802986b5be05a18bb2619cce0a7d4 100644 (file)
@@ -5,7 +5,7 @@
   <title>analysis.sesse.net</title>
   <meta name="viewport" content="width=device-width, initial-scale=1" />
   <!-- replace <style>[chomp;css/remoteglot.min.css]</style> -->
-  <link rel="stylesheet" href="css/chessboard-0.3.0.min.css" />
+  <link rel="stylesheet" href="css/chessboard-0.3.0.css" />
   <link rel="stylesheet" href="css/remoteglot.css" />
   <!-- end replace -->
   <!-- replace <link rel="shortcut icon" href="data:image/png;base64,[base64;favicon.ico]" type="image/png"> -->
@@ -13,7 +13,7 @@
 
   <!-- replace <script>[js/remoteglot.min.js]</script> -->
   <script type="text/javascript" src="https://ajax.googleapis.com/ajax/libs/jquery/2.1.1/jquery.min.js"></script>
-  <script type="text/javascript" src="js/chessboard-0.3.0.min.js"></script>
+  <script type="text/javascript" src="js/chessboard-0.3.0.js"></script>
   <script type="text/javascript" src="js/chess.js"></script>
   <script type="text/javascript" src="js/json_delta.js"></script>
   <script type="text/javascript" src="js/jquery.sparkline.js"></script>