nDmitry / grunt-autoprefixer

Parse CSS and add vendor-prefixed CSS properties using the Can I Use database. Based on Autoprefixer.
MIT License
795 stars 60 forks source link

Use `grunt.verbose` instead of logging every created file. #101

Closed wbinnssmith closed 9 years ago

wbinnssmith commented 9 years ago

Following unix and grunt-contrib-copy's lead, write file creation messages to the verbose log instead of to stdout, which can get very noisy with many files. Continue logging errors to stderr.

Instead, log a tally of created files when the task finishes.

Obviously there is a small api breakage with the removal of options.silent, but the opposite is readily available now with grunt -v should this information be necessary.