madskristensen / WebEssentials2013

Visual Studio extension
http://vswebessentials.com
Other
945 stars 252 forks source link

Web-Essential-2.6.26 : Bundle doesn't minify properly, vendor specific keyframes removed. #2025

Open aukgit opened 7 years ago

aukgit commented 7 years ago

Web-Essential-2.6.26 : Bundle doesn't minify properly, vendor specific keyframes removed. (Critical bug)

When we minifiy css using bundle, it removes the vendor specific animation, which breaks the css.

Examples are shown in the below screenshots. Please let me know if there is any confusion. Moreover, this is a critical bug, should be fixed.

Code Differences (Left Bundled-Style.css, Right we have Bundled-Style.min.css which is beautified to compare):

web-essential-2 6-error

Bundle code: bundle-code

Version : 2.6.36 web-essential-2 6 36

aukgit commented 7 years ago

@madskristensen will you please take a look at it. Seems like very critical bug.

Thanks, Alim