浏览代码

Fix Watch

sebavan 6 年之前
父节点
当前提交
7feb355849
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1 1
      Tools/Gulp/tasks/gulpTasks-watchLibraries.js

+ 1 - 1
Tools/Gulp/tasks/gulpTasks-watchLibraries.js

@@ -40,7 +40,7 @@ gulp.task("watchLibraries", function startWatch() {
                         info.resourcePath = path.join(absoluteSrc, info.resourcePath);
                     }
 
-                    return `"../../../${path.relative(rootPath, info.resourcePath).replace(/\\/g, "/")}`;
+                    return `../../../${path.relative(rootPath, info.resourcePath).replace(/\\/g, "/")}`;
                 };
 
                 tasks.push(