Skip to main content

HTMX_JS_PATH

Constant HTMX_JS_PATH 

Source
pub const HTMX_JS_PATH: &str = "/static/js/htmx.min.js";
Expand description

htmx version string embedded in the binary.

Useful for cache-busting or diagnostic logging. The corresponding minified JS is served automatically at /static/js/htmx.min.js. Same-origin path where Autumn serves embedded htmx.