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:
parent
6ade91b870
commit
f5ac61d99b
1 changed files with 1 additions and 1 deletions
|
|
@ -91,7 +91,7 @@ CodeJar publishes a browser-ready bundle to npm. unpkg/jsdelivr serve it directl
|
||||||
```bash
|
```bash
|
||||||
VER=4.0.0
|
VER=4.0.0
|
||||||
curl -fsSL -o l4d2web/l4d2web/static/vendor/codejar.js \
|
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:
|
Inspect the first 5 lines to confirm it's a valid JS module:
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue