cheton / browserify-css

A Browserify transform for bundling, rebasing, inlining, and minifying CSS files.
http://cheton.github.io/browserify-css/
MIT License
144 stars 22 forks source link

Bug fix #53 - clean-css had a breaking change, minify() method now re… #54

Closed Melatonin64 closed 7 years ago

Melatonin64 commented 7 years ago

…turns an object instead of string.

See https://github.com/jakubpawlowicz/clean-css#minify-method

coveralls commented 7 years ago

Coverage Status

Coverage remained the same at 85.106% when pulling 078932ef7d3bf07e2018c89ff60c6ccd20472e78 on Melatonin64:master into b8581f6f0f8d5c8fcd57f10af89f36ec6d996f42 on cheton:master.

cheton commented 7 years ago

Thank you for fixing this issue. I will publish a new release soon.

Melatonin64 commented 7 years ago

Great, thanks!