Skip to content

Commit b3602b2

Browse files
committed
Have grunt dev restart on message catalog changes
1 parent 66ec9ba commit b3602b2

2 files changed

Lines changed: 1 addition & 2 deletions

File tree

.nodemonignore

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,5 @@
11
/Gruntfile.js
22
/.git/*
3-
*.json
43
/lib/*
54
*.backup
65
/public/*

Gruntfile.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -237,7 +237,7 @@ module.exports = function(grunt) {
237237
args: nodemonArgs,
238238
ext: 'js,html,json',
239239
watch: [
240-
'red','nodes'
240+
'red','nodes','locales'
241241
]
242242
}
243243
}

0 commit comments

Comments
 (0)