From b3602b268ec08061c4e6fbe1efea2a6b86fb8ec5 Mon Sep 17 00:00:00 2001 From: Nick O'Leary Date: Thu, 24 Sep 2015 10:15:30 +0100 Subject: [PATCH] Have grunt dev restart on message catalog changes --- .nodemonignore | 1 - Gruntfile.js | 2 +- 2 files changed, 1 insertion(+), 2 deletions(-) diff --git a/.nodemonignore b/.nodemonignore index 6236c93db..8be3f3845 100644 --- a/.nodemonignore +++ b/.nodemonignore @@ -1,6 +1,5 @@ /Gruntfile.js /.git/* -*.json /lib/* *.backup /public/* diff --git a/Gruntfile.js b/Gruntfile.js index 1c38d0e92..3bd9a9d86 100644 --- a/Gruntfile.js +++ b/Gruntfile.js @@ -237,7 +237,7 @@ module.exports = function(grunt) { args: nodemonArgs, ext: 'js,html,json', watch: [ - 'red','nodes' + 'red','nodes','locales' ] } }