Skip to content

Commit 9aaa306

Browse files
committed
Faster grunt prepare builds.
1 parent 2bd7dff commit 9aaa306

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

gruntfile.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -183,7 +183,7 @@ module.exports = function(grunt) {
183183
"prepareAngular",
184184
"shell:depNSInit",
185185
"copy:nativeScriptSource",
186-
"ts:build",
186+
//"ts:build",
187187
]);
188188

189189
grunt.registerTask("ng-sample", [

0 commit comments

Comments
 (0)