grunt-contrib-watch icon indicating copy to clipboard operation
grunt-contrib-watch copied to clipboard

Allow muting log messages

Open trkoch opened this issue 8 years ago • 3 comments

Mute output by providing task level option silently: true. When grunt runs in verbose mode (e.g. --verbose command line option) output is always logged no matter if the option is set.

Cleans up console output considerably, especially when providing a separate watch target for live reloading.

trkoch avatar Oct 23 '15 11:10 trkoch

I'd like to make this configurable on the target level. Any ideas?

trkoch avatar Oct 23 '15 11:10 trkoch

Example output after changing a *.scss file.

screenshot

trkoch avatar Oct 27 '15 12:10 trkoch

How can we get this into master?

trkoch avatar Feb 25 '16 11:02 trkoch