[grunt] add plugins to the watch directories

This commit is contained in:
Spencer Alger 2014-10-21 12:48:47 -07:00
parent 6c5111ce9a
commit 0d2cb14587

View file

@ -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'