mirror of
https://gerrit.wikimedia.org/r/mediawiki/extensions/Popups
synced 2024-11-23 23:24:39 +00:00
build: Always exclude vendor
Change-Id: I6b69379a57e0695d6183e34bca41653033a9da37
This commit is contained in:
parent
122332c66b
commit
49f0ec9d19
|
@ -27,7 +27,8 @@ module.exports = function ( grunt ) {
|
|||
'tests/node-qunit/**/*.js',
|
||||
'!resources/dist/index.js',
|
||||
'!docs/**',
|
||||
'!node_modules/**'
|
||||
'!node_modules/**',
|
||||
'!vendor/**'
|
||||
]
|
||||
}
|
||||
},
|
||||
|
@ -36,7 +37,8 @@ module.exports = function ( grunt ) {
|
|||
'*.json',
|
||||
'**/*.json',
|
||||
'!docs/**',
|
||||
'!node_modules/**'
|
||||
'!node_modules/**',
|
||||
'!vendor/**'
|
||||
]
|
||||
},
|
||||
stylelint: {
|
||||
|
|
Loading…
Reference in a new issue