Skip to content

docs: switch CDN URLs to jsDelivr /gh/ endpoint (npm optional) - #40

Merged
dginev merged 1 commit into
mainfrom
docs/gh-cdn-endpoint
Jul 5, 2026
Merged

docs: switch CDN URLs to jsDelivr /gh/ endpoint (npm optional)#40
dginev merged 1 commit into
mainfrom
docs/gh-cdn-endpoint

Conversation

@dginev

@dginev dginev commented Jul 5, 2026

Copy link
Copy Markdown
Owner

Why

0.9.0 is tagged (and dist/ CDN-verified) but not published to npm, so the /npm/ jsDelivr URLs and unpkg currently 404. jsDelivr's GitHub endpoint serves the bundle straight from the pushed tag and is already live.

Verified all range forms resolve:

URL Status
…/gh/dginev/ar5iv-css@0.9.0/dist/ar5iv.min.css 200
…@0.9 / …@0 / …@latest 200
…/npm/ar5iv-css@0.9.0/… (pre-publish) 404
unpkg.com/ar5iv-css@0.9.0/… 404

Changes

  • README Quick start + THEMING CDN recipecdn.jsdelivr.net/gh/dginev/ar5iv-css@<tag>/….
  • Reframe npm publish as optional/additive (it enables the /npm/ mirror, unpkg, and npm install) across README Quick start, Releasing notes, and CHANGELOG.
  • Drop the unpkg "drop-in alternative" line (unpkg is npm-only).

Docs-only; no CSS/build changes. If ar5iv-css is later published to npm, the /npm/ URLs light up automatically and this can be revisited.

🤖 Generated with Claude Code

…nal)

0.9.0 was tagged but not published to npm, so the /npm/ jsDelivr URLs and unpkg 404. jsDelivr's GitHub endpoint serves the bundle straight from the pushed tag and is already live (verified @0.9.0/@0.9/@0/@latest all 200).

- README Quick start + THEMING CDN recipe now use cdn.jsdelivr.net/gh/dginev/ar5iv-css@<tag>/...

- Reframe npm publish as optional/additive (enables /npm/ mirror + unpkg + npm install) in README Quick start, Releasing notes, and CHANGELOG.

- Drop the unpkg drop-in line (unpkg is npm-only).

Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
@dginev
dginev merged commit 86db59f into main Jul 5, 2026
2 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant