Watch Gruntfile.js so that changes to it reload the watch task

props netweb
fixes #29068



git-svn-id: https://develop.svn.wordpress.org/trunk@29795 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
Aaron Jorbin 2014-09-29 17:20:58 +00:00
parent 5a288bad58
commit 811166dc1a
1 changed files with 3 additions and 0 deletions

View File

@ -419,6 +419,9 @@ module.exports = function(grunt) {
interval: 2000
}
},
config: {
files: 'Gruntfile.js'
},
colors: {
files: [SOURCE_DIR + 'wp-admin/css/colors/**'],
tasks: ['sass:colors']