fix: move bundled DOMPurify out of vendor/ dir #2
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "fix/vendor-dir-stripped"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Go module packaging strips any directory named
vendor(reserved fordependency vendoring), so assets/js/vendor/purify.min.js — though
committed and present in the v0.0.1 tag — was absent from the published
module. Consumers hit
resources.Get "js/vendor/purify.min.js"=> nil,and
nil | fingerprintfailed with " can not be transformed".Rename assets/js/vendor -> assets/js/lib and update the partial + CI glob.
Co-Authored-By: Claude Opus 4.7 (1M context) noreply@anthropic.com