Skip to content

Commit

Permalink
VSCODE_BUILD_QUIET
Browse files Browse the repository at this point in the history
  • Loading branch information
joaomoreno committed Nov 20, 2015
1 parent 6e94b27 commit cc24139
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion gulpfile.js
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ var rootDir = path.join(__dirname, 'src');
var tsOptions = {
target: 'ES5',
module: 'amd',
verbose: true,
verbose: process.env['VSCODE_BUILD_QUIET'] ? false : true,
preserveConstEnums: true,
experimentalDecorators: true,
sourceMap: true,
Expand Down

0 comments on commit cc24139

Please sign in to comment.