We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
It was not clear to me from the docs at https://htmx.org/docs/#extensions that you need an extra JS included when you want to use an extension (like SSE support). Also the https://htmx.org/extensions/server-sent-events/ page makes no mention of this.
I also noticed that htmx itself has a minified version (htmx.min.js), but the extensions do not have this (only ext/sse.js for example).
htmx.min.js
ext/sse.js
The text was updated successfully, but these errors were encountered:
The minification issue has a separate issue #1089
Sorry, something went wrong.
@Renerick has fixed this for us!
No branches or pull requests
It was not clear to me from the docs at https://htmx.org/docs/#extensions that you need an extra JS included when you want to use an extension (like SSE support). Also the https://htmx.org/extensions/server-sent-events/ page makes no mention of this.
I also noticed that htmx itself has a minified version (
htmx.min.js
), but the extensions do not have this (onlyext/sse.js
for example).The text was updated successfully, but these errors were encountered: