Merge pull request #1923 from jbondc/master

Add 'jake tsc' to only build the compiler for quick testing.
This commit is contained in:
Mohamed Hegazy 2015-02-04 09:26:25 -08:00
commit 87dfd01e9f

View file

@ -382,6 +382,10 @@ compileFile(nodeDefinitionsFile, servicesSources,[builtLocalDirectory, copyright
desc("Builds the full compiler and services");
task("local", ["generate-diagnostics", "lib", tscFile, servicesFile, nodeDefinitionsFile]);
// Local target to build only tsc.js
desc("Builds only the compiler");
task("tsc", ["generate-diagnostics", "lib", tscFile]);
// Local target to build the compiler and services
desc("Sets release mode flag");
task("release", function() {