gulp-uglifycss
gulp-uglifycss copied to clipboard
Gulp plugin to use uglifycss
Bumps [minimatch](https://github.com/isaacs/minimatch) from 3.0.4 to 3.1.2. Commits 699c459 3.1.2 2f2b5ff fix: trim pattern 25d7c0d 3.1.1 55dda29 fix: treat nocase:true as always having magic 5e1fb8d 3.1.0 f8145c5 Add 'allowWindowsEscape' option 570e8b1...
Made an exemple at: https://github.com/puggan/gulp-test/commit/819afc7973af69b527cc89fea874433b8d672311 the `all.css.map` file works as expected, referencing to the right less-file. but the `all.min.css.map` dosn't. after runing `gulp` the style for header references to b.less....
CSS animations no longer work after being minified
Hi, the `gulp-uglifycss` removes the white-space between clamp functions, causing the browser to throw an "Invalid property value" error.