From 563ab6657e54cc08a766e6c459c1a2ab4c842360 Mon Sep 17 00:00:00 2001 From: Dimitar Topuzov Date: Fri, 9 Oct 2015 17:38:26 +0300 Subject: [PATCH] Update gruntfile.js --- gruntfile.js | 15 ++------------- 1 file changed, 2 insertions(+), 13 deletions(-) diff --git a/gruntfile.js b/gruntfile.js index 69b261ef0..dae465869 100644 --- a/gruntfile.js +++ b/gruntfile.js @@ -519,19 +519,8 @@ module.exports = function(grunt) { ]); grunt.registerTask("default", ((typeof(grunt.option('runtslint')) != "undefined" && !grunt.option('runtslint')) ? [] : ["tslint:build"]).concat([ - "clean:build", - "shell:getGitSHA", - - "collect-apps-raw-files", - "collect-definitions-raw-files", - "collect-modules-raw-files", - - "compile-ts", - "distribute-apps-files", - "distribute-ts-apps-files", - "distribute-definition-files", - - "pack-modules", + "just-build", + "pack-apps", "pack-ts-apps", "pack-definitions",