From 7fa037e1200662e76c9cc222440d974070432c76 Mon Sep 17 00:00:00 2001 From: Ed Sanders Date: Fri, 20 May 2016 14:01:31 +0100 Subject: [PATCH] Fix watch path for css Change-Id: I854cc44e4848ef077c5e1325ede840c6cc1d5721 --- Gruntfile.js | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/Gruntfile.js b/Gruntfile.js index 565c0b5..393ae65 100644 --- a/Gruntfile.js +++ b/Gruntfile.js @@ -45,9 +45,10 @@ module.exports = function ( grunt ) { }, watch: { files: [ - '.{csslintrc,jscsrc,jshintignore,jshintrc}', + '.{stylelintrc,jscsrc,jshintignore,jshintrc}', '<%= jshint.all %>', - '<%= csslint.all %>' + '<%= stylelint.core.src %>', + '<%= stylelint[ "ve-math" ].src %>' ], tasks: 'test' },