Skip to content

Commit

Permalink
Added --quiet support for normal builds
Browse files Browse the repository at this point in the history
  • Loading branch information
davglass committed Sep 27, 2012
1 parent a2e6fb3 commit 8e034fd
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions lib/index.js
Expand Up @@ -29,6 +29,10 @@ exports.init = function () {
return;
}

if (options.quiet) {
log.quiet();
}

log.info('revving up');
if (!options.walk) {
log.info('looking for ' + buildFileName + ' file');
Expand Down

0 comments on commit 8e034fd

Please sign in to comment.