From c80a6da18e7e1bba49349636309699ed6fed673f Mon Sep 17 00:00:00 2001 From: jbondc Date: Wed, 4 Feb 2015 08:52:45 -0500 Subject: [PATCH] Add 'jake tsc' to only build the compiler for quick testing. --- Jakefile | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/Jakefile b/Jakefile index 767387c5d86..dc8070fd751 100644 --- a/Jakefile +++ b/Jakefile @@ -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() {