]> git.djapps.eu Git - pkg/ggml/sources/llama.cpp/commit
server: (webui) no more gzip compression (#21073)
authorXuan-Son Nguyen <redacted>
Tue, 31 Mar 2026 13:44:26 +0000 (15:44 +0200)
committerGitHub <redacted>
Tue, 31 Mar 2026 13:44:26 +0000 (15:44 +0200)
commit4a00bbfed62a9714bc94a3431e6cc37615b175a2
tree68c3819699335e475e4f41c07e90491d8f92ad8f
parent624733d631ac3197afa4f9aa701f56f184fdde69
server: (webui) no more gzip compression (#21073)

* 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 <redacted>
18 files changed:
.editorconfig
.gitattributes [new file with mode: 0644]
.gitignore
tools/server/CMakeLists.txt
tools/server/README-dev.md
tools/server/public/bundle.css [new file with mode: 0644]
tools/server/public/bundle.js [new file with mode: 0644]
tools/server/public/index.html [new file with mode: 0644]
tools/server/public/index.html.gz [deleted file]
tools/server/server-http.cpp
tools/server/webui/README.md
tools/server/webui/package.json
tools/server/webui/scripts/install-git-hooks.sh
tools/server/webui/scripts/post-build.sh
tools/server/webui/src/app.css
tools/server/webui/svelte.config.js
tools/server/webui/tests/e2e/demo.test.ts
tools/server/webui/vite.config.ts