gruntjs / grunt-contrib-compass

Compile Compass to CSS.
http://gruntjs.com/
MIT License
626 stars 128 forks source link

Any way to disable certain types of warnings? #242

Closed savinger closed 8 years ago

savinger commented 9 years ago

My project has alot of images that throw...

WARNING: 'select-arrow.png' was not found (or cannot be read)

Can these be disabled or hidden with some configuration?

sindresorhus commented 8 years ago

That's coming from the compass binary, not this plugin. You can look into the Compass CLI options or do a feature request on the Compass issue tracker.