Customized version of 5eTools for deployment on DungeonChurch server https://5e.dungeon.church
  • JavaScript 71.6%
  • Shell 16.7%
  • CSS 9.4%
  • HTML 2.3%
Find a file
Brad Wenner 042e643674
All checks were successful
Build Pipeline / check_updates (push) Successful in 28s
Build Pipeline / build_2014 (push) Has been skipped
Build Pipeline / build_custom (push) Successful in 59s
Build Pipeline / summary (push) Successful in 1s
Build Pipeline / deploy_2014_lan (push) Has been skipped
Build Pipeline / deploy_2014_prod (push) Has been skipped
Build Pipeline / deploy_custom_prod (push) Successful in 27s
Build Pipeline / deploy_custom_lan (push) Successful in 56s
Build Pipeline / final_summary (push) Successful in 1s
[fix] update patches for upstream v1.214.3 class renames
The upstream renamed many CSS classes to add a `ve-` prefix (e.g.
`rd__h--2` → `ve-rd__h--2`, `active` → `ve-active`). This broke
most custom styling (stat blocks, headings, tabs, quotes).

Also fixes two other issues:
- patch-template.sh: BSD sed on macOS doesn't interpret \t, causing
  literal "t" characters in the HTML head. Now uses real tabs.
- patch-index.sh: the GITHUB_DISCLAIMER removal was deleting the
  closing </div> of the container div, trapping the icon grid inside
  a width-constrained container (icons wrapping 3+1 instead of 4).

Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
2026-03-20 17:42:52 -07:00
.forgejo/workflows daily run for 5etools check 2026-01-28 19:19:39 -08:00
.patches [fix] update patches for upstream v1.214.3 class renames 2026-03-20 17:42:52 -07:00
build@d93e57545c
.gitignore [feat] add dev.sh for faster local iteration 2026-03-15 18:04:19 -07:00
CLAUDE.md [feat] add dev.sh for faster local iteration 2026-03-15 18:04:19 -07:00
dev.sh [refactor] replace all git patches with scripts, fix npm error handling 2026-03-15 18:34:58 -07:00