mirror of
https://gerrit.wikimedia.org/r/mediawiki/extensions/VisualEditor
synced 2024-11-27 15:50:29 +00:00
Grunt: Expand js{,on} pattern
Change-Id: I5061da3bced0a5c943038a9ec7bdbf8f38b35009
This commit is contained in:
parent
bae45b63d2
commit
c8c81d2894
|
@ -150,8 +150,8 @@ module.exports = function ( grunt ) {
|
|||
cache: true
|
||||
},
|
||||
all: [
|
||||
'*.js{,on}',
|
||||
'{build,modules}/**/*.js{,on}'
|
||||
'*.{js,json}',
|
||||
'{build,modules}/**/*.{js,json}'
|
||||
]
|
||||
},
|
||||
stylelint: {
|
||||
|
|
Loading…
Reference in a new issue