From b7172e2a41460814add337dba287fabe98e9627f Mon Sep 17 00:00:00 2001 From: =?utf8?q?Je=CC=81re=CC=81my=20Fabre?= Date: Mon, 6 Feb 2017 10:03:13 +0100 Subject: [PATCH] Update Gulpfile with right port to use --- gulpfile.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gulpfile.js b/gulpfile.js index ba56016e..2069a731 100644 --- a/gulpfile.js +++ b/gulpfile.js @@ -123,7 +123,7 @@ gulp.task('clean', function(cb) { gulp.task('serve', ['clean'], function () { browserSync.init({ - proxy: "http://localhost:9020/" + proxy: "http://localhost:9021/" }); gulp.watch(srcFolder + 'assets/img/**/*', ['copy-assets-img']).on('change', browserSync.reload); -- 2.39.5