gruntjs / grunt-contrib-stylus

Compile Stylus files to CSS.
http://gruntjs.com/
MIT License
174 stars 70 forks source link

only output file names in verbose mode #126

Closed eddiemonge closed 9 years ago

eddiemonge commented 9 years ago

show files name in verbose, summary count in normal

jamesplease commented 9 years ago

Thanks for the PR, @eddiemonge!

This is a big change, and one that was actively being discussed the last I heard. This very change was made in uglify and led to issues like this: https://github.com/gruntjs/grunt-contrib-uglify/issues/249.

tl;dr, we need to figure out reporting across all of the plugins and make it consistent.

eddiemonge commented 9 years ago

I do agree with https://github.com/gruntjs/grunt-contrib-uglify/issues/249#issuecomment-52987001 but until something doing that is fixed this makes the output nicer.

jamesplease commented 9 years ago

this makes the output nicer.

Agree; I'm :+1: to this change. Thoughts @vladikoff @sindresorhus?

sindresorhus commented 9 years ago

Yes, we've been doing this for a lot of the other contrib plugins too.