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' },