Per the recommendation from the htmx project, include htmx in the distribution package, and modify the AutoHtmx behavior to load it from the version on the server. This will eliminate a separate network call, and will allow users to update htmx outside of the release cycle for this application.
Per [the recommendation from the htmx project](https://htmx.org/docs/#via-a-cdn-e-g-jsdelivr), include htmx in the distribution package, and modify the `AutoHtmx` behavior to load it from the version on the server. This will eliminate a separate network call, and will allow users to update htmx outside of the release cycle for this application.
Blocking a user prevents them from interacting with repositories, such as opening or commenting on pull requests or issues. Learn more about blocking a user.
Per the recommendation from the htmx project, include htmx in the distribution package, and modify the
AutoHtmxbehavior to load it from the version on the server. This will eliminate a separate network call, and will allow users to update htmx outside of the release cycle for this application.This is complete