From 8f30cda7dfd027f901f8ffda88f2a243f2711792 Mon Sep 17 00:00:00 2001 From: Nicolas Forney Date: Mon, 30 Dec 2013 00:31:15 +0100 Subject: [PATCH] replace deprecated grunt-nodemon debug option Since grunt-nodemon version 0.1.0 the debug option is deprecated and must be replaced by a nodeArgs option. --- gruntfile.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gruntfile.js b/gruntfile.js index a85f100fc4..a3386a5792 100644 --- a/gruntfile.js +++ b/gruntfile.js @@ -46,7 +46,7 @@ module.exports = function(grunt) { args: [], ignoredFiles: ['public/**'], watchedExtensions: ['js'], - debug: true, + nodeArgs: ['--debug'], delayTime: 1, env: { PORT: 3000