From ef3216c19f9f26ecf7a18685df433773e3a91ad4 Mon Sep 17 00:00:00 2001 From: Thefeli73 Date: Wed, 15 Jan 2020 20:04:23 +0100 Subject: [PATCH] enable server --- gulpfile.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gulpfile.js b/gulpfile.js index 2e38190..4e3c7f1 100644 --- a/gulpfile.js +++ b/gulpfile.js @@ -313,6 +313,6 @@ exports.default = series( // gulp watch exports.watch = series( exports.default, - //startServer, + startServer, watchSource );