sindresorhus / grunt-sass

Compile Sass to CSS
MIT License
1.01k stars 211 forks source link

Added new option onError #308

Closed Yuriy-Svetlov closed 3 years ago

Yuriy-Svetlov commented 3 years ago

This is needed to access errors data from grunt-sass.

sindresorhus commented 3 years ago

I already declined this: https://github.com/sindresorhus/grunt-sass/pull/307#issuecomment-817804208

Yuriy-Svetlov commented 3 years ago

@sindresorhus But this is different, not the same.

sindresorhus commented 3 years ago

Different implementation but same purpose. I'm not interested in adding ad-hoc error reporting. This should be handled in Grunt itself, not each Grunt plugin.

Yuriy-Svetlov commented 3 years ago

@sindresorhus

Not always. And other people who have a great reputation on GitHub don't think so. Those people, authors of plugins, who have 24 thousand or more stars.