From e8fc0a2b7f43c3abf40f03e4fbf855531b70aab0 Mon Sep 17 00:00:00 2001 From: Pablo Marco del Pont Date: Tue, 6 Nov 2018 16:39:58 -0300 Subject: [PATCH] - Cambio de puerto para pruebas. --- gulpfile.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gulpfile.js b/gulpfile.js index 68b4275..1298680 100644 --- a/gulpfile.js +++ b/gulpfile.js @@ -66,7 +66,7 @@ gulp.task('webserver', function() { pump [ connect.server( { - port: 3000, + port: 8086, host: '0.0.0.0', livereload: true } -- 1.9.1