left4me/l4d2web/scripts
mwiegand 2d5a72b317
fix(editor): rebuild script and docs cover both bundles
build-editor.sh was calling npx esbuild directly for editor-entry.js
only, leaving vocab-rank.bundle.js stale when devs used the documented
rebuild path. Switch to npm run build (the single source of truth in
package.json) so both bundles are always rebuilt together. Add
vocab-rank.bundle.js to the sha256 manifest and update the vendor README
to describe both build artifacts.

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
2026-05-17 18:21:47 +02:00
..
editor-src feat(editor): build standalone vocab-rank bundle for console 2026-05-17 17:41:24 +02:00
build-editor.sh fix(editor): rebuild script and docs cover both bundles 2026-05-17 18:21:47 +02:00
build-vocab.py feat(editor-v2): vocab generator + cvar_list-derived JSON 2026-05-17 01:55:33 +02:00