mirror of
https://gerrit.wikimedia.org/r/mediawiki/extensions/SyntaxHighlight_GeSHi
synced 2024-11-15 10:39:53 +00:00
Merge "Update build file lists"
This commit is contained in:
commit
58facedd96
|
@ -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'
|
||||
|
|
Loading…
Reference in a new issue