grunt-contrib-watch
grunt-contrib-watch copied to clipboard
Allow muting log messages
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.
I'd like to make this configurable on the target level. Any ideas?
Example output after changing a *.scss file.
How can we get this into master?