gulp-clean-css
gulp-clean-css copied to clipboard
Minify css with clean-css.
Version 5 disables rebasing as default so tests changed accordingly. If you need any help with additional tests or with releasing it, please just let me know! :beer:
Please, consider upgrading gulp-clean-css to 5.* version to match with the latest version of clean-css.
I tried this, and it does not want to change make it compatible with ie8 or any ie version. I checked the minified version of the code. ```js gulp.task("minifyCSS", ()...
When I use @import local files in my shared file, the relative paths are broken in the code taken from the included file — the points are deleted. This happens...
Calling cb(errmsg) before the user supplied callback to the gulp-clean-css plugin deprives the callback of the opportunity to process or display the warning and error messages generated by the CleanCSS...
Fix parameter type passed to callback when errors are received from CleanCSS.minify. (See issue #85)
An error processing a CSS file (for example, an @import of a non-existing file) causes gulp-clean-css to abort without any diagnostic message. According to https://gulpjs.com/docs/en/getting-started/async-completion under "**Using an error-first callback**",...
I have a centered object which contains the base configuration for css cleaner. The first execution works as expected, but the second one replace the urls wrong (even with normalizeUrls...
After using the function cleanCSS() my styles break apart. Suddnely the default styles of the browser were the main priority. After I remove the function, everything went back to normal....
gulp-clean-css automaticali clean all styles if i'm using css cascade layers