Update gruntfile.js

This commit is contained in:
Dimitar Topuzov
2015-10-09 17:38:26 +03:00
parent bc3ad393ea
commit 563ab6657e

View File

@@ -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",