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.js4
1 files changed, 1 insertions, 3 deletions
diff --git a/gulpfile.js b/gulpfile.js
index e41bf4a498f..8a5eff502f6 100644
--- a/gulpfile.js
+++ b/gulpfile.js
@@ -40,6 +40,4 @@ process.on('unhandledRejection', (reason, p) => {
// Load all the gulpfiles only if running tasks other than the editor tasks
const build = path.join(__dirname, 'build');
require('glob').sync('gulpfile.*.js', { cwd: build })
- .filter(f => !/gulpfile\.ci\.js/.test(f))
- .forEach(f => require(`./build/${f}`));
-require('./build/gulpfile.ci.js'); \ No newline at end of file
+ .forEach(f => require(`./build/${f}`)); \ No newline at end of file