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 #488 from stephanebachelier/log_wordlist
Browse files Browse the repository at this point in the history
fix(log): use grunt.log.wordlist
  • Loading branch information
sindresorhus committed Nov 12, 2014
2 parents 09eb9b7 + fecdb65 commit 1159e75
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 @@ -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);
Expand Down

0 comments on commit 1159e75

Please sign in to comment.