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'