]> git.parisson.com Git - mezzo.git/commitdiff
Update Gulpfile with right port to use
authorJérémy Fabre <Jeremy@iMac-de-Jeremy-2.fritz.box>
Mon, 6 Feb 2017 09:03:13 +0000 (10:03 +0100)
committerJérémy Fabre <Jeremy@iMac-de-Jeremy-2.fritz.box>
Mon, 6 Feb 2017 09:03:13 +0000 (10:03 +0100)
gulpfile.js

index ba56016ec2d3a7af7747f8814d82475e0641a530..2069a731414c5078c2c4794db2f22ee2bb419ca1 100644 (file)
@@ -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);