Skip to content

Commit

Permalink
make vscode-darwin-snapshots run on minified code, #28492
Browse files Browse the repository at this point in the history
  • Loading branch information
jrieken committed Jun 26, 2017
1 parent 779aca2 commit ca929a0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build/gulpfile.vscode.js
Original file line number Diff line number Diff line change
Expand Up @@ -415,7 +415,7 @@ function snapshotTask(platform, arch) {
}
}

gulp.task('vscode-darwin-snapshots', ['vscode-darwin'], snapshotTask('darwin', undefined));
gulp.task('vscode-darwin-snapshots', ['vscode-darwin-min'], snapshotTask('darwin', undefined));


// Transifex Localizations
Expand Down

0 comments on commit ca929a0

Please sign in to comment.