gruntjs / grunt-contrib-cssmin

Compress CSS files.
http://gruntjs.com/
MIT License
793 stars 147 forks source link

Bumps clean-css dependency to version 5. #306

Closed jakubpawlowicz closed 3 years ago

jakubpawlowicz commented 3 years ago

clean-css v5 dropped Node.js 6 and 8 support but internally no new lang features are used. Yet the build failed due to chalk using ... spread operator syntax.

What should we do?

XhmikosR commented 3 years ago

No worries, I'll update the repo later today or tomorrow :)

XhmikosR commented 3 years ago

@jakubpawlowicz unfortunately I can't push to your fork's master branch. I rebased and cherry picked the patches manually.

jakubpawlowicz commented 3 years ago

Cool, thanks for releasing it as v4.0.0!