diff --git a/tasks/usemin.js b/tasks/usemin.js index 4914b2d..844dbde 100644 --- a/tasks/usemin.js +++ b/tasks/usemin.js @@ -161,7 +161,7 @@ module.exports = function (grunt) { var root = options.root; grunt.verbose - .writeln('Going through ' + grunt.verbose.wordlist(this.filesSrc) + ' to update the config') + .writeln('Going through ' + grunt.log.wordlist(this.filesSrc) + ' to update the config') .writeln('Looking for build script HTML comment blocks'); var flow = getFlowFromConfig(grunt.config('useminPrepare'), this.target);