浏览代码

Add Back Watcher

sebastien 6 年之前
父节点
当前提交
265422cafb
共有 1 个文件被更改,包括 0 次插入14 次删除
  1. 0 14
      Tools/Gulp/tasks/gulpTasks-watch.js

+ 0 - 14
Tools/Gulp/tasks/gulpTasks-watch.js

@@ -8,20 +8,6 @@ var uncommentShaders = require('../helpers/gulp-removeShaderComments');
 // Read the full config.
 var config = require("../config.json");
 
-// Keep for reference for a bit might cccome back pretty soon.
-// /**
-//  * Watch ts files from typescript .
-//  * Hack into the cli :-)
-//  */
-// gulp.task("srcTscWatch", function() {
-//     // Reuse The TSC CLI from gulp to enable -w.
-//     process.argv[2] = "-w";
-//     process.argv[3] = "-p";
-//     process.argv[4] = "../../src/tsconfig.json";
-//     require("../../../node_modules/typescript/lib/tsc.js");
-//     return Promise.resolve();
-// });
-
 /**
  * Watch ts files and fire repective tasks.
  */