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:
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) {