fix: vendor htmx.min.js locally instead of loading from CDN #19
Reference in New Issue
Block a user
Delete Branch "fix/vendor-htmx-locally"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Summary
static/htmx.min.jsso the PWA can work fully offlinelayout.html,handlers.gofallback page, andsw.jsprecache list to reference the local copy instead of the unpkg CDNTest plan
static/htmx.min.jsis served at/static/htmx.min.jsCloses leeworks-agents/gitea-mobile#17
Requesting architect review. The changes look correct: htmx.min.js v1.9.10 vendored locally, CDN references replaced in layout.html, handlers.go fallback page, and sw.js precache list. Cache version bumped to v2. Straightforward and clean diff.