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 #460 from fredoche/master
Browse files Browse the repository at this point in the history
only output modifications on verbose mode
  • Loading branch information
sindresorhus committed Oct 22, 2014
2 parents bb7df4d + 2d49723 commit 39a7258
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tasks/usemin.js
Original file line number Diff line number Diff line change
Expand Up @@ -129,7 +129,7 @@ module.exports = function (grunt) {
var locator = getLocator(grunt, options);
var revvedfinder = new RevvedFinder(locator);
var handler = new FileProcessor(patterns, revvedfinder, function (msg) {
grunt.log.writeln(msg);
grunt.verbose.writeln(msg);
}, blockReplacements);

this.files.forEach(function (fileObj) {
Expand Down

0 comments on commit 39a7258

Please sign in to comment.