From fecdb650ed30136e540df2d4f134b25f5c7f515c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?St=C3=A9phane=20Bachelier?= Date: Wed, 12 Nov 2014 15:17:33 +0100 Subject: [PATCH] fix(log): use grunt.log.wordlist --- tasks/usemin.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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);