You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Arthur Ozga <aozgaa@umich.edu> Arthur Ozga <t-arthoz@microsoft.com> Arthur Ozga <aozgaa-ms@outlook.com> Arthur Ozga <aozgaa@users.noreply.github.com> Arthur Ozga <arozga@microsoft.com>
22
24
Asad Saeeduddin <masaeedu@gmail.com>
@@ -26,6 +28,7 @@ Bill Ticehurst <billti@hotmail.com> Bill Ticehurst <billti@microsoft.com>
26
28
Ben Duffield <jebavarde@gmail.com>
27
29
Ben Mosher <me@benmosher.com>
28
30
Benjamin Bock <bb@users.noreply.github.com>
31
+
Benjamin Lichtman <uniqueiniquity@users.noreply.github.com> uniqueiniquity <blichtman623@gmail.com>
29
32
Blake Embrey <hello@blakeembrey.com>
30
33
Bowden Kelly <wilkelly@microsoft.com>
31
34
Brett Mayen <bmayen@midnightsnacks.net>
@@ -59,6 +62,7 @@ Evan Sebastian <evanlhoini@gmail.com>
gulp.task("lssl","Builds language service server library",[tsserverLibraryFile]);
489
499
gulp.task("local","Builds the full compiler and services",[builtLocalCompiler,servicesFile,serverFile,builtGeneratedDiagnosticMessagesJSON,tsserverLibraryFile]);
490
500
gulp.task("tsc","Builds only the compiler",[builtLocalCompiler]);
@@ -776,7 +786,7 @@ gulp.task("browserify", "Runs browserify on run.js to produce a file suitable fo
776
786
constfile=newVinyl({ contents,path: bundlePath});
777
787
console.log(`Fixing sourcemaps for ${file.path}`);
778
788
// assumes contents is a Buffer, since that's what browserify yields
// Shell out to `gulp`, since we do the work to handle sourcemaps correctly w/o inline maps there
964
+
varcmd='gulp browserify --silent';
966
965
exec(cmd);
967
966
},{async: true});
968
967
969
968
desc("Runs the tests using the built run.js file like 'jake runtests'. Syntax is jake runtests-browser. Additional optional parameters tests=[regex], browser=[chrome|IE]");
0 commit comments