Bläddra i källkod

.temp structure change

sebavan 6 år sedan
förälder
incheckning
1106143099
1 ändrade filer med 2 tillägg och 2 borttagningar
  1. 2 2
      Tools/Gulp/tasks/gulpTasks-watchLibraries.js

+ 2 - 2
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(
@@ -49,7 +49,7 @@ gulp.task("watchLibraries", function startWatch() {
                         .pipe(processShaders(false))
                 );
 
-                var outputDirectory = config.build.tempDirectory + settings.distOutputDirectory;
+                var outputDirectory = config.build.tempDirectory + "localDevUMD" + settings.distOutputDirectory;
                 tasks.push(
                     webpackStream(wpConfig, webpack).pipe(gulp.dest(outputDirectory))
                 );