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 } },