From: Jérémy Fabre Date: Mon, 6 Feb 2017 09:03:13 +0000 (+0100) Subject: Update Gulpfile with right port to use X-Git-Url: https://git.parisson.com/?a=commitdiff_plain;h=b7172e2a41460814add337dba287fabe98e9627f;p=mezzo.git Update Gulpfile with right port to use --- 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);