ben-eb / gulp-csso

Minify CSS with CSSO.
MIT License
243 stars 26 forks source link

gulp build error #9

Closed caibirdme closed 9 years ago

caibirdme commented 9 years ago

Every time I gulp build,it will report this error information, while I can gulp serve which runs well. 2015-06-23 5 52 24 I don't know if it should be blamed to the edition of node or gulp,my node is 0.10.35 2015-06-23 5 56 26

ben-eb commented 9 years ago

Looks like a csso error to me. I would consider switching your compression tool to either clean-css (https://github.com/jonathanepollack/gulp-minify-css) or cssnano (https://github.com/ben-eb/gulp-cssnano) which I wrote and has a modern codebase based on PostCSS.

csso currently has no maintainer and many open issues. It's not really worth opening an issue upstream because of this, but it is not an error with the gulp plugin. Try one of the alternatives I suggested instead. :smile: