From 811166dc1ae8384cf81967624cf00025877552b5 Mon Sep 17 00:00:00 2001 From: Aaron Jorbin Date: Mon, 29 Sep 2014 17:20:58 +0000 Subject: [PATCH] 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 --- Gruntfile.js | 3 +++ 1 file changed, 3 insertions(+) diff --git a/Gruntfile.js b/Gruntfile.js index d4e688b4c6..5019f0e578 100644 --- a/Gruntfile.js +++ b/Gruntfile.js @@ -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']