Explorar o código

core from es6

sebavan %!s(int64=6) %!d(string=hai) anos
pai
achega
8533d463a9
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  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 = "../.temp/" + config.build.localDevUMDFolderName + "/" + module;
+    var outputDirectory = "../.temp/" + config.build.localDevES6FolderName + "/" + module;
 
 
     // Clean Folder.
     // Clean Folder.
     rmDir(outputDirectory);
     rmDir(outputDirectory);