build: Always exclude vendor

Change-Id: I29da9678f1adcfe9ed75a8e7d0d5e00c29d3a23d
This commit is contained in:
Umherirrender 2017-11-07 19:26:19 +01:00
parent f5dd73a2e8
commit e1560c5998

View file

@ -41,6 +41,7 @@ module.exports = function ( grunt ) {
all: [
'**/*.json',
'!node_modules/**',
'!vendor/**',
'!docs/**'
]
}