diff --git a/tasks/usemin.js b/tasks/usemin.js index 48eca6c..13ca3fe 100644 --- a/tasks/usemin.js +++ b/tasks/usemin.js @@ -147,7 +147,7 @@ module.exports = function (grunt) { }); - grunt.log.write('Replaced ' + chalk.cyan(files.length) + ' ' + + grunt.log.writeln('Replaced ' + chalk.cyan(files.length) + ' ' + (files.length === 1 ? 'reference' : 'references') + ' to assets' ); });