diff --git a/Gruntfile.js b/Gruntfile.js index 8971c5ee934..b2bff7ac073 100644 --- a/Gruntfile.js +++ b/Gruntfile.js @@ -233,7 +233,8 @@ module.exports = function( grunt ) { '!node_modules/**', // Exclude node_modules/ '!tests/**', // Exclude tests/ '!vendor/**', // Exclude vendor/ - '!tmp/**' // Exclude tmp/ + '!tmp/**', // Exclude tmp/ + '!packages/*/vendor/**' // Exclude packages/*/vendor ], expand: true }