Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/microsoft/vscode.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJoao Moreno <jomo@microsoft.com>2016-03-16 19:43:09 +0300
committerJoao Moreno <jomo@microsoft.com>2016-03-16 19:43:18 +0300
commitbbe568570cae0cb1e86db7bd8907963f8ff8fc8c (patch)
treeb98018d85f5c28dee902995fb32326402353b676 /gulpfile.js
parent4fe6bb5a360c662426c2299daa3d5c295347cdbb (diff)
fix build
Diffstat (limited to 'gulpfile.js')
-rw-r--r--gulpfile.js1
1 files changed, 1 insertions, 0 deletions
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) {