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

confusing closing comments with opening comments #313

Open
garretwilson opened this issue Sep 3, 2018 · 0 comments
Open

confusing closing comments with opening comments #313

garretwilson opened this issue Sep 3, 2018 · 0 comments

Comments

@garretwilson
Copy link

If the source file contains this:

/*!
 * …
 */*,*::before,*::after{box-sizing:border-box} …

YUI Compressor gets confused and thinks the /* is the start of a new comment, rather than the end of an existing comment, completely breaking the contents of the file, either by dropping the contents or including them as a comment (depending on the specific context).

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

1 participant