bigskysoftware / htmx

</> htmx - high power tools for HTML
https://htmx.org
Other
38.28k stars 1.31k forks source link

Debug extension unpkg link broken #2477

Closed verheyenkoen closed 7 months ago

verheyenkoen commented 7 months ago

On the debug extension docs page, the link to the unpkg.com CDN is broken:

<script src="https://unpkg.com/htmx.org@1.9.11/dist/ext/debug.js"></script>

Following this links returns a 520 error from CloudFlare. The unpkg CDN URL's for other HTMX extensions works fine though.

I also found another unpkg CDN link on the github README for the debug extension, but that also returns this error:

<script src="https://unpkg.com/htmx-ext-debug@2.0.0/debug.js"></script>

NOTE: I'm not talking about getting this loaded as a script which can cause other problems. Purely loading these URL's in the browser or via CURL already doesn't work.

storeman commented 7 months ago

It's not just the debug extension, the main package doesn't work either: https://unpkg.com/htmx.org/dist/

verheyenkoen commented 7 months ago

@storeman That may not be the right URL. The ones no the Installing page do work.

verheyenkoen commented 7 months ago

Checked again and the CDN does serve the debug extension now, so must have been a temporary issue.