소스 검색

Update gulpfile.js

David Catuhe 10 년 전
부모
커밋
c26986612a
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      Tools/Gulp/gulpfile.js

+ 1 - 1
Tools/Gulp/gulpfile.js

@@ -104,7 +104,7 @@ gulp.task("build", ["workers", "shaders"], function () {
 });
 
 gulp.task("typescript", function(cb) {
-    runSequence("typescript-compile", "build");
+    runSequence("typescript-compile", "default");
 });
 
 /**