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.
This commit is contained in:
Nicolas Forney
2013-12-30 00:31:15 +01:00
parent 963794a7f7
commit 8f30cda7df

View File

@@ -46,7 +46,7 @@ module.exports = function(grunt) {
args: [],
ignoredFiles: ['public/**'],
watchedExtensions: ['js'],
debug: true,
nodeArgs: ['--debug'],
delayTime: 1,
env: {
PORT: 3000