Explorar el Código

core from es6

sebavan hace 6 años
padre
commit
8533d463a9
Se han modificado 1 ficheros con 1 adiciones y 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))
 
     // Generat output path.
-    var outputDirectory = "../.temp/" + config.build.localDevUMDFolderName + "/" + module;
+    var outputDirectory = "../.temp/" + config.build.localDevES6FolderName + "/" + module;
 
     // Clean Folder.
     rmDir(outputDirectory);