Merge "Update build file lists"

This commit is contained in:
jenkins-bot 2017-07-12 15:44:43 +00:00 committed by Gerrit Code Review
commit 58facedd96

View file

@ -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'