mirror of
https://github.com/LostRuins/koboldcpp.git
synced 2026-04-09 10:31:45 +02:00
* webui: no more gzip * try changing a small line * Revert "try changing a small line" This reverts commit 0d7a3531593d87b724d404c8727a96becab3ab07. * fix lint * fix test * rebuild * split into html/css/js * lint * chore: update webui build output * chore: Update git hooks script * server: update webui build output * chore: Update pre-commit hook * refactor: Cleanup --------- Co-authored-by: Aleksander Grygier <aleksander.grygier@gmail.com>
5 lines
259 B
Plaintext
5 lines
259 B
Plaintext
# Treat the generated single-file WebUI build as binary for diff purposes.
|
|
# Git's pack-file delta compression still works (byte-level), but this prevents
|
|
# git diff from printing the entire minified file on every change.
|
|
tools/server/public/index.html -diff
|