gulp-clean-css
gulp-clean-css copied to clipboard
Updates clean-css dependency to version 5.
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:
Since this is a major version change (incompatible with 4.x) you may have to release it by bumping gulp-clean-css version to 5.0.
@scniro Any progress with this PR? We're facing a bug in clean-css, and would like to update to 5.1.x.
Please merge
Please merge this if is a fix. Or this project is dead?
@scniro friendly reminder, please merge it
FWIW: You can do this in package.json to enforce usage of clean-css-5.*:
"overrides": {
"clean-css": ">=5.3.1"
}