Skip to content

Commit 31e9a3b

Browse files
committed
Fork chessboard.js to fix flickering
See oakmac/chessboardjs#97
1 parent f123c37 commit 31e9a3b

File tree

5 files changed

+1751
-1746
lines changed

5 files changed

+1751
-1746
lines changed

README.md

+6
Original file line numberDiff line numberDiff line change
@@ -69,3 +69,9 @@ Or you can render another Markdown document:
6969

7070
Typically the server runs on `localhost:6419` if that port is
7171
available.
72+
73+
### Vendored files
74+
75+
We vendor a forked version of `chessboard.js` from
76+
[here](https://github.com/raxod502/chessboardjs/blob/whales/src/chessboard.js),
77+
minified [online](https://javascript-minifier.com/).

app/html/play.html

+1-1
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919
</div>
2020

2121
<script src="https://code.jquery.com/jquery-3.3.1.min.js"></script>
22-
<script src="/js/vendor/chessboard-0.3.0.min.js"></script>
22+
<script src="/js/vendor/chessboard-98b2382.min.js"></script>
2323
<script src="https://cdnjs.cloudflare.com/ajax/libs/chess.js/0.10.2/chess.js"></script>
2424

2525
<script src="/js/util.js"></script>

app/static/js/vendor/chessboard-0.3.0.min.js

-31
This file was deleted.

0 commit comments

Comments
 (0)