mirror of
https://gerrit.wikimedia.org/r/mediawiki/extensions/Echo
synced 2024-11-23 23:44:53 +00:00
build: Always exclude vendor
Change-Id: I29da9678f1adcfe9ed75a8e7d0d5e00c29d3a23d
This commit is contained in:
parent
f5dd73a2e8
commit
e1560c5998
|
@ -41,6 +41,7 @@ module.exports = function ( grunt ) {
|
|||
all: [
|
||||
'**/*.json',
|
||||
'!node_modules/**',
|
||||
'!vendor/**',
|
||||
'!docs/**'
|
||||
]
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue