Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix: remove HTML minification to avoid line break issues #51

Merged
merged 1 commit into from
Mar 18, 2022

Conversation

radu-matei
Copy link
Member

Minifying the HTML output results in line endings not being rendered as
spaces, which makes the final output unreadable.

Given we already GZIP the content, minification seems like a redundant
step, and this commit removes it entirely.

Signed-off-by: Radu Matei radu.matei@fermyon.com

Minifying the HTML output results in line endings not being rendered as
spaces, which makes the final output unreadable.

Given we already GZIP the content, minification seems like a redundant
step, and this commit removes it entirely.

Signed-off-by: Radu Matei <radu.matei@fermyon.com>
@radu-matei radu-matei merged commit 3062ed2 into fermyon:main Mar 18, 2022
@radu-matei radu-matei deleted the minify-messes-with-line-endings branch March 18, 2022 00:29
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.

2 participants