From 0d2cb145870c160a8971849ae1ff56f99edde6ed Mon Sep 17 00:00:00 2001 From: Spencer Alger Date: Tue, 21 Oct 2014 12:48:47 -0700 Subject: [PATCH] [grunt] add plugins to the watch directories --- tasks/config/watch.js | 2 ++ 1 file changed, 2 insertions(+) diff --git a/tasks/config/watch.js b/tasks/config/watch.js index 8818c9b975e6..63064813cb3b 100644 --- a/tasks/config/watch.js +++ b/tasks/config/watch.js @@ -10,6 +10,7 @@ module.exports = function (grunt) { less: { files: [ '<%= app %>/**/styles/**/*.less', + '<%= plugins %>/**/styles/**/*.less', '<%= app %>/**/components/**/*.less', '<%= app %>/**/components/vislib/components/styles/**/*.less' ], @@ -22,6 +23,7 @@ module.exports = function (grunt) { ], tasks: ['jade:test'] }, + clientside_jade: { files: [ '<%= testUtilsDir %>/istanbul_reporter/report.clientside.jade'