quiet-grunt
Limit grunt output to dots if everything goes well. On error print dump everything.
!NPM infonodei.co
!dependenciesdependencies-imagedependencies-url !endorseendorse-imageendorse-url
Default Grunt output is way too verbose. quiet-grunt replaces each message with single dot. It looks like this everything goes well
....
. If there is an error, entire output is dumped.Install
npm install quiet-grunt --save-dev
Once the plugin has been installed, load it at the beginning of the gruntfile.
require('quiet-grunt');
module.exports = function (grunt) {
...
To skip plugin and use the default reporting, use command line argument
--no-quiet
Inspired by time-grunt
Small print
Author: Gleb Bahmutov © 2014 @bahmutov glebbahmutov.comLicense: MIT - do anything with the code, but don't blame me if it does not work.
Spread the word: tweet, star on github, etc.
Support: if you find any problems with this module, email / tweet / open issue on Github