From 850a706c0f0373f53b38dddf910b5d59a03be3a1 Mon Sep 17 00:00:00 2001 From: Ed Sanders Date: Wed, 12 Jul 2017 16:29:44 +0100 Subject: [PATCH] Update build file lists Change-Id: I5cc39a2d74fff17b1386b38648569d7a153ddce9 --- Gruntfile.js | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/Gruntfile.js b/Gruntfile.js index 861701e5..3ac43c19 100644 --- a/Gruntfile.js +++ b/Gruntfile.js @@ -25,7 +25,8 @@ module.exports = function ( grunt ) { all: [ '*.json', 'i18n/*.json', - 'modules/**/*.json' + 'modules/**/*.json', + '.stylelintrc' ] }, stylelint: { @@ -39,8 +40,8 @@ module.exports = function ( grunt ) { banana: conf.MessagesDirs, watch: { files: [ - '.{stylelintrc,jscsrc,jshintignore,jshintrc}', '<%= eslint.all %>', + '<%= jsonlint.all %>', '<%= stylelint.all %>' ], tasks: 'test'