C-Lodder / grunt-postcss

Apply several post-processors to your CSS using PostCSS.
MIT License
39 stars 7 forks source link

Add way to disable ok logging #134

Closed cjm771 closed 1 year ago

cjm771 commented 1 year ago

i prefer grunt logs to only output errors vs all info, would be possible to add options.logging = ["warn"', "error"] to the options to have it ignore "ok" writing for this specific task? thanks!

C-Lodder commented 1 year ago

Hi @cjm771, I won't be adding any features into this package. The only reason I forked it was to allow developers to keep using it with more recent PostCSS versions.