From c8e62e1005395e7a8d003d0e63cb91ccc48bd10f Mon Sep 17 00:00:00 2001 From: Michael Cole Date: Mon, 19 May 2014 12:26:07 -0500 Subject: [PATCH] Typo --- gruntfile.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gruntfile.js b/gruntfile.js index d76c60eb..e3377ecf 100644 --- a/gruntfile.js +++ b/gruntfile.js @@ -96,7 +96,7 @@ module.exports = function(grunt) { concurrent: { default: ['nodemon', 'watch'], debug: ['nodemon', 'watch', 'node-inspector'], - options: { + options: { logConcurrentOutput: true } },