[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: { less: {
files: [ files: [
'<%= app %>/**/styles/**/*.less', '<%= app %>/**/styles/**/*.less',
'<%= plugins %>/**/styles/**/*.less',
'<%= app %>/**/components/**/*.less', '<%= app %>/**/components/**/*.less',
'<%= app %>/**/components/vislib/components/styles/**/*.less' '<%= app %>/**/components/vislib/components/styles/**/*.less'
], ],
@ -22,6 +23,7 @@ module.exports = function (grunt) {
], ],
tasks: ['jade:test'] tasks: ['jade:test']
}, },
clientside_jade: { clientside_jade: {
files: [ files: [
'<%= testUtilsDir %>/istanbul_reporter/report.clientside.jade' '<%= testUtilsDir %>/istanbul_reporter/report.clientside.jade'