Skip to content
This repository has been archived by the owner on Apr 20, 2018. It is now read-only.

Commit

Permalink
Merge pull request #479 from stephanebachelier/log_useminprepare
Browse files Browse the repository at this point in the history
fix(verbosity): add some ouput for useminPrepare in non verbose mode
  • Loading branch information
sindresorhus committed Nov 6, 2014
2 parents 579932e + efdaf1b commit 3382f00
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions tasks/usemin.js
Original file line number Diff line number Diff line change
Expand Up @@ -205,5 +205,8 @@ module.exports = function (grunt) {
grunt.verbose.subhead(' ' + name + ':')
.writeln(' ' + util.inspect(grunt.config(name), false, 4, true, true));
});

// only displayed if not in verbose mode
grunt.verbose.or.writeln('Configuration changed for', grunt.log.wordlist(cfgNames));
});
};

0 comments on commit 3382f00

Please sign in to comment.