From 1cbd3221053daaeb8b3f6d410927165a39ace42d Mon Sep 17 00:00:00 2001 From: Kyle Spearrin Date: Sat, 11 Mar 2017 19:51:28 -0500 Subject: [PATCH] back to port 4001 --- gulpfile.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gulpfile.js b/gulpfile.js index e54c92dec7e..5469d624763 100644 --- a/gulpfile.js +++ b/gulpfile.js @@ -351,7 +351,7 @@ gulp.task('deploy', ['dist'], function () { gulp.task('serve', function () { connect.server({ - port: 4011, + port: 4001, root: ['src'] }); });