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-07 14:52:53 +0300
committerJoao Moreno <jomo@microsoft.com>2016-03-07 14:56:32 +0300
commitb027a0c4928db5b3950740fdbbc6219858b17097 (patch)
tree0a95d9a0abe72a728f890af0254d1efeb06b8a97 /gulpfile.js
parent9a3156679028e4afdd717cde895b541ea9159d9f (diff)
fix up lint errors, cleanup build folder
Diffstat (limited to 'gulpfile.js')
-rw-r--r--gulpfile.js1
1 files changed, 0 insertions, 1 deletions
diff --git a/gulpfile.js b/gulpfile.js
index 222f2b2ef4d..e28052e8571 100644
--- a/gulpfile.js
+++ b/gulpfile.js
@@ -18,7 +18,6 @@ var nls = require('./build/lib/nls');
var util = require('./build/lib/util');
var reporter = require('./build/lib/reporter')();
var remote = require('gulp-remote-src');
-var rename = require('gulp-rename');
var zip = require('gulp-vinyl-zip');
var path = require('path');
var bom = require('gulp-bom');