diff --git a/gulpfile.js b/gulpfile.js index c34f7a31e2d..f84aaa3fe03 100644 --- a/gulpfile.js +++ b/gulpfile.js @@ -156,6 +156,7 @@ gulp.task('mixin', function () { var all = remote(url, opts) .pipe(zip.src()) + .pipe(filter(function (f) { return !f.isDirectory(); })) .pipe(util.rebase(1)); if (quality) {