mirror of
https://github.com/ggml-org/llama.cpp.git
synced 2026-04-09 10:01:54 +02:00
* webui: no more gzip
* try changing a small line
* Revert "try changing a small line"
This reverts commit 0d7a353159.
* 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
|