From 968c8ecadc3d7d1818fca37e334cce511a9122a8 Mon Sep 17 00:00:00 2001 From: Hristo Deshev Date: Wed, 3 Jun 2015 13:54:01 +0300 Subject: [PATCH] Don't use the "fast" grunt-ts compiler. Less console spam and compile time is the same. --- gruntfile.js | 1 + 1 file changed, 1 insertion(+) diff --git a/gruntfile.js b/gruntfile.js index 853c205bb..a84eef313 100644 --- a/gruntfile.js +++ b/gruntfile.js @@ -293,6 +293,7 @@ module.exports = function(grunt) { src: localCfg.typeScriptSrc, outDir: localCfg.outModulesDir, options: { + fast: 'never', module: "commonjs", target: "es5", sourceMap: false,