plan(textarea-editor): fix CodeJar download URL (v4.x at dist/codejar.js)

Task 1 implementation discovered that codejar v4.0.0 ships its
browser bundle at /dist/codejar.js, not the package root. The vendor
README already records the correct URL; this patch keeps the plan
itself accurate for future regeneration.

Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
This commit is contained in:
mwiegand 2026-05-16 19:05:23 +02:00
parent 6ade91b870
commit f5ac61d99b
No known key found for this signature in database

View file

@ -91,7 +91,7 @@ CodeJar publishes a browser-ready bundle to npm. unpkg/jsdelivr serve it directl
```bash
VER=4.0.0
curl -fsSL -o l4d2web/l4d2web/static/vendor/codejar.js \
"https://cdn.jsdelivr.net/npm/codejar@${VER}/codejar.js"
"https://cdn.jsdelivr.net/npm/codejar@${VER}/dist/codejar.js"
```
Inspect the first 5 lines to confirm it's a valid JS module: