Skip to content

Fix error resulting from single-line comments silently breaking output due to bad build process. - #138

Merged
n123git merged 1 commit into
YKW-Modding:mainfrom
n123git:main
Aug 26, 2026
Merged

Fix error resulting from single-line comments silently breaking output due to bad build process.#138
n123git merged 1 commit into
YKW-Modding:mainfrom
n123git:main

Conversation

@n123git

@n123git n123git commented Aug 26, 2026

Copy link
Copy Markdown
Collaborator

If _includes/head_custom.html contains a <script> tag with a single line comment: a silent syntax error will occur preventing that tag from executing. This is because the build process forces the built page onto one line. The solution was to replace all new single-line comments with multi-line comments. This is not the first occasion of this bug occurring within this repository.

@n123git
n123git merged commit 08730e5 into YKW-Modding:main Aug 26, 2026
1 check passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant