From ce8d88f05bada1d84f34fed7b78a3047aa1f7838 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?St=C3=A9phane=20Bachelier?= Date: Mon, 3 Nov 2014 14:56:26 +0100 Subject: [PATCH] Add missing linefeed to log output --- tasks/usemin.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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' ); });