dlmanning / gulp-sass

SASS plugin for gulp
MIT License
1.56k stars 381 forks source link

Quiet option #838

Closed coalacode-com closed 2 years ago

coalacode-com commented 2 years ago

How can I use "quiet" in the gulp module?

This solution does not work

return gulpif('*.scss', sass.sync({ outputStyle: 'compressed', quietDeps: true, quiet: true, }).on('error', sass.logError));

XhmikosR commented 2 years ago

See #811

XhmikosR commented 2 years ago

@xzyfer I'd merge this with #811 and perhaps close that too.