From 66ff2c8d39df1523eaaf5f530526bcc575a73184 Mon Sep 17 00:00:00 2001 From: Sam Date: Sun, 1 May 2016 12:03:55 +0300 Subject: [PATCH] exclude form gruntfile from build --- gruntfile.js | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/gruntfile.js b/gruntfile.js index 8fa71f72..1ad2dcc8 100755 --- a/gruntfile.js +++ b/gruntfile.js @@ -145,6 +145,14 @@ module.exports = function(grunt) { logConcurrentOutput: true, limit: 10 } + }, + concurrent: { + default: ['nodemon', 'watch'], + debug: ['nodemon', 'watch', 'node-inspector'], + options: { + logConcurrentOutput: true, + limit: 10 + } }, env: { test: {