Merge pull request #2491 from HabitRPG/sabe/tweak
fix(nodemon): ignore CHANGELOG.md on watch
This commit is contained in:
@@ -3,5 +3,6 @@ views/*
|
||||
build
|
||||
build/*
|
||||
Gruntfile.js
|
||||
CHANGELOG.md
|
||||
.idea*
|
||||
.git*
|
||||
|
||||
+1
-1
@@ -79,7 +79,7 @@ module.exports = function(grunt) {
|
||||
|
||||
nodemon: {
|
||||
dev: {
|
||||
ignoredFiles: ['public/*', 'Gruntfile.js', 'views/*', 'build/*', '.idea*', '.git*']
|
||||
ignoredFiles: ['public/*', 'Gruntfile.js', 'CHANGELOG.md', 'views/*', 'build/*', '.idea*', '.git*']
|
||||
}
|
||||
},
|
||||
|
||||
|
||||
Reference in New Issue
Block a user