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

The right code pane cannot show "\\s+" string correctly for java file #1975

Closed
gkwan-ibm opened this issue Dec 8, 2020 · 3 comments
Closed

Comments

@gkwan-ibm
Copy link
Member

Personal development site lgdev can show "\\s+" string in java file at the right code pane but qa site show "\s+" (missing a slash character)

@steven1046
Copy link
Member

I think we found out that this is due to the minify_html: true set in the configy.yml jekyll config, whereas in your dev environment you have minify_html: false set, right @gkwan-ibm?

@gkwan-ibm
Copy link
Member Author

probably yes, lgdev set minify_html: false

@mbroz2
Copy link
Member

mbroz2 commented Jan 13, 2021

Looks like the issue is in the minifier (https://github.com/octopress/minify-html) but unfortunately it doesn't seem like it's being actively maintained anymore (though we can certainly try and open an issue).
We're also looking at switching to a different minifier (#742 ) which may resolve this issue.

In the meantime, I suggest changing the example/test code to avoid this scenario.

@mbroz2 mbroz2 closed this as completed Jan 13, 2021
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

No branches or pull requests

3 participants