scniro/gulp-clean-css

Consider aborting on errors after calling user-supplied callback.

paulmer opened this issue · 0 comments

Calling cb(errmsg) before the user supplied callback to the gulp-clean-css plugin deprives the callback of the opportunity to process or display the warning and error messages generated by the CleanCSS library. Deferring the error until after the callback is executed will make the diagnostic information in the errors and warnings useful.