Browse Source

fixing prod filenames

Raanan Weber 7 năm trước cách đây
mục cha
commit
ecf043fb6b
1 tập tin đã thay đổi với 1 bổ sung0 xóa
  1. 1 0
      Tools/Gulp/gulpfile.js

+ 1 - 0
Tools/Gulp/gulpfile.js

@@ -551,6 +551,7 @@ var buildExternalLibrary = function (library, settings, watch) {
                         cb();
                     }))
                     .pipe(rename(library.output.replace(".js", ".max.js")))
+                    .pipe(rename(library.output.replace(".min.max.", ".")))
                     .pipe(gulp.dest(outputDirectory));
                 sequence.push(
                     buildEvent