Fix watch path for css

Change-Id: I854cc44e4848ef077c5e1325ede840c6cc1d5721
This commit is contained in:
Ed Sanders 2016-05-20 14:01:31 +01:00
parent e2139b1657
commit 7fa037e120
1 changed files with 3 additions and 2 deletions

View File

@ -45,9 +45,10 @@ module.exports = function ( grunt ) {
}, },
watch: { watch: {
files: [ files: [
'.{csslintrc,jscsrc,jshintignore,jshintrc}', '.{stylelintrc,jscsrc,jshintignore,jshintrc}',
'<%= jshint.all %>', '<%= jshint.all %>',
'<%= csslint.all %>' '<%= stylelint.core.src %>',
'<%= stylelint[ "ve-math" ].src %>'
], ],
tasks: 'test' tasks: 'test'
}, },