sebavan 6 years ago
parent
commit
926c267bf9
1 changed files with 1 additions and 1 deletions
  1. 1 1
      Tools/Gulp/tasks/gulpTasks-watchCore.js

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

@@ -35,7 +35,7 @@ gulp.task("watchCore", async function startWatch() {
         .pipe(processShaders(true))
         .pipe(processShaders(true))
 
 
     // Generat output path.
     // Generat output path.
-    var outputDirectory = config.build.tempDirectory + config.build.localDevUMDFolderName + "/" + module;
+    var outputDirectory = "../.temp/" + config.build.localDevUMDFolderName + "/" + module;
 
 
     // Clean Folder.
     // Clean Folder.
     rmDir(outputDirectory);
     rmDir(outputDirectory);