From bbe568570cae0cb1e86db7bd8907963f8ff8fc8c Mon Sep 17 00:00:00 2001 From: Joao Moreno Date: Wed, 16 Mar 2016 17:43:09 +0100 Subject: fix build --- gulpfile.js | 1 + 1 file changed, 1 insertion(+) (limited to 'gulpfile.js') 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) { -- cgit v1.2.3