-
Notifications
You must be signed in to change notification settings - Fork 147
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
Styles are being duplicated with >= 2.0.0 #291
Comments
Any news on this? |
I need the smallest test case I can reproduce the issue or make sure it's not an issue with clean-css. |
The same issue with 2.2.1. |
@XhmikosR Ehm... Do you need any settings/examples?
Here is the result: |
I just don't see how cssmin can cause this. Something in your plugins chain is causing it. Try removing critical. |
I can launch it with just |
I honestly don't see anything that could have caused this from our side. It's either an upstream issue (or configuration) or something in your workflow. |
We just updated our build process (runs on Node 5) to use grunt-contrib-cssmin 2.2.0 and now we're experiencing that all the styles in our css file are being duplicated in the *.min.css, which is generated with grunt-contrib-cssmin >= 2.0.0.
After we downgraded back to 1.0.2 everything works fine.
Here's our configuration, but I guess that's not the problem. Maybe it's an issue with clean-css?
Any ideas?
The text was updated successfully, but these errors were encountered: