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 <mail@joaomoreno.com>2015-11-19 17:47:02 +0300
committerJoao Moreno <mail@joaomoreno.com>2015-11-19 17:47:33 +0300
commit2a29c3b6b5c4dc1eaf471e5df322dd39ec5eda25 (patch)
tree7b4387eb626470517bdbf389e6403449cbb97bcf /gulpfile.js
parent3c12981e6d8693f71ad866e104744de901b1b360 (diff)
➡ gulpfiles into build
fixes #196
Diffstat (limited to 'gulpfile.js')
-rw-r--r--gulpfile.js6
1 files changed, 3 insertions, 3 deletions
diff --git a/gulpfile.js b/gulpfile.js
index 86b46346b6a..45a6a4278b7 100644
--- a/gulpfile.js
+++ b/gulpfile.js
@@ -205,6 +205,6 @@ gulp.task('mixin', function () {
.pipe(gulp.dest('.'));
});
-require('./gulpfile.vscode');
-require('./gulpfile.editor');
-require('./gulpfile.plugins');
+require('./build/gulpfile.vscode');
+require('./build/gulpfile.editor');
+require('./build/gulpfile.plugins');