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>2015-11-20 11:09:16 +0300
committerJoao Moreno <jomo@microsoft.com>2015-11-20 11:10:06 +0300
commita0c6a74e24cce5b673c88cd67382ccbb063ea164 (patch)
tree945ec15271180d888a585a35c52b6c9540b6ef2e /gulpfile.js
parentcc24139a40632ce4b0b7d124871b5cb86b9be060 (diff)
quiet build
Diffstat (limited to 'gulpfile.js')
-rw-r--r--gulpfile.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/gulpfile.js b/gulpfile.js
index 56afb14c3f0..734fb5f0388 100644
--- a/gulpfile.js
+++ b/gulpfile.js
@@ -29,7 +29,7 @@ var rootDir = path.join(__dirname, 'src');
var tsOptions = {
target: 'ES5',
module: 'amd',
- verbose: process.env['VSCODE_BUILD_QUIET'] ? false : true,
+ verbose: !process.env['VSCODE_BUILD_QUIET'],
preserveConstEnums: true,
experimentalDecorators: true,
sourceMap: true,