0.2.3 • Published 10 years ago

quiet-grunt v0.2.3

Weekly downloads
204
License
MIT
Repository
github
Last release
10 years ago

quiet-grunt

Limit grunt output to dots if everything goes well. On error print dump everything.

NPM info

dependencies endorse

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.com

License: 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

0.2.3

10 years ago

0.2.2

10 years ago

0.2.1

10 years ago

0.2.0

10 years ago

0.1.0

10 years ago

0.0.0

10 years ago