From e1560c5998e429bc143adfe1cda3d6da0b2b8cf1 Mon Sep 17 00:00:00 2001 From: Umherirrender Date: Tue, 7 Nov 2017 19:26:19 +0100 Subject: [PATCH] build: Always exclude vendor Change-Id: I29da9678f1adcfe9ed75a8e7d0d5e00c29d3a23d --- Gruntfile.js | 1 + 1 file changed, 1 insertion(+) diff --git a/Gruntfile.js b/Gruntfile.js index c389ce11b..ee0548424 100644 --- a/Gruntfile.js +++ b/Gruntfile.js @@ -41,6 +41,7 @@ module.exports = function ( grunt ) { all: [ '**/*.json', '!node_modules/**', + '!vendor/**', '!docs/**' ] }