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
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?
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.
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)The text was updated successfully, but these errors were encountered: