You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
fix: pre-compress JS files and mark all as binary to prevent truncation
Two-pronged approach to fix file truncation:
1. Pre-compress all JS files with gzip -9 (keeps original + .gz)
2. Add .gitattributes with '* binary' to prevent git text conversions
This should prevent the mysterious 1,398 byte truncation and allow
GitHub Pages to serve either the original or pre-compressed files.
0 commit comments