Browse Source

Fix Watch

sebavan 6 năm trước cách đây
mục cha
commit
7feb355849
1 tập tin đã thay đổi với 1 bổ sung1 xóa
  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(