Explorar el Código

Fix the port back to original

David Catuhe hace 6 años
padre
commit
879fb8bb67
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. 1 1
      Tools/Gulp/gulpfile.js

+ 1 - 1
Tools/Gulp/gulpfile.js

@@ -848,7 +848,7 @@ gulp.task("deployLocalDev", function() {
 gulp.task("webserver", function() {
     var options = {
         root: "../../.",
-        port: 8080,
+        port: 1338,
         livereload: false,
         middleware: function() {
             return [cors()];