Grunt: Expand js{,on} pattern

Change-Id: I5061da3bced0a5c943038a9ec7bdbf8f38b35009
This commit is contained in:
Ed Sanders 2019-08-05 21:15:37 +01:00
parent bae45b63d2
commit c8c81d2894

View file

@ -150,8 +150,8 @@ module.exports = function ( grunt ) {
cache: true
},
all: [
'*.js{,on}',
'{build,modules}/**/*.js{,on}'
'*.{js,json}',
'{build,modules}/**/*.{js,json}'
]
},
stylelint: {