JohnCashmore / grunt-cssshrink

A grunt wrapper for CSS Shrink

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Object #<Object> has no method 'rgbaString' Use --force to continue.

kadishmal opened this issue · comments

Running grunt with grunt-csssshrink v0.0.8 results in this error. Seems like the underlying cssshrink module v0.0.5 has a nested dependency on color-string version * which has released a backward incompatible version 1.0.x that breaks grunt-csssshrink builds.

Just encountered this error today. Seems like the issue is open here stoyan/csscolormin/issues/4 related to the changes made at Qix-/color-string.

It would seem like we're waiting for changes made to csscolormin to propagate to npm. Further discussion happening on the pull request: csscolormin/issues/2

Hopefully this will get resolved soon but i am going to wait