From 33d33e8d88e95285315e97cabbd7ebcc28249239 Mon Sep 17 00:00:00 2001 From: yujiteshima Date: Sat, 10 Jan 2026 01:05:00 +0900 Subject: [PATCH] docs: update minified gzip size from ~14k to ~16k The actual size of htmx.min.js gzipped is approximately 16.2 KB according to jsDelivr CDN, not ~14k as previously stated. Fixes #3239 --- README.md | 2 +- www/themes/htmx-theme/templates/base.html | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 9aaf25755..af763f829 100644 --- a/README.md +++ b/README.md @@ -15,7 +15,7 @@ directly in HTML, using [attributes](https://htmx.org/reference#attributes), so [modern user interfaces](https://htmx.org/examples) with the [simplicity](https://en.wikipedia.org/wiki/HATEOAS) and [power](https://www.ics.uci.edu/~fielding/pubs/dissertation/rest_arch_style.htm) of hypertext -htmx is small ([~14k min.gz'd](https://cdn.jsdelivr.net/npm/htmx.org/dist/)), +htmx is small ([~16k min.gz'd](https://cdn.jsdelivr.net/npm/htmx.org/dist/)), [dependency-free](https://github.com/bigskysoftware/htmx/blob/master/package.json) & [extendable](https://htmx.org/extensions) diff --git a/www/themes/htmx-theme/templates/base.html b/www/themes/htmx-theme/templates/base.html index 5ffbdd571..72a4e62cf 100644 --- a/www/themes/htmx-theme/templates/base.html +++ b/www/themes/htmx-theme/templates/base.html @@ -7,7 +7,7 @@ {%- block description -%} htmx gives you access to AJAX, CSS Transitions, WebSockets and Server Sent Events directly in HTML, using attributes, so you can build modern user interfaces with the simplicity and power of hypertext - htmx is small (~14k min.gz’d), dependency-free, extendable, IE11 compatible & has reduced code base sizes by 67% when compared with react + htmx is small (~16k min.gz'd), dependency-free, extendable, IE11 compatible & has reduced code base sizes by 67% when compared with react {%- endblock description -%} "> {# This block should set html_title appropriately -#}