diff --git a/gulpfile.js b/gulpfile.js index 1751640..a2f0f8c 100644 --- a/gulpfile.js +++ b/gulpfile.js @@ -47,6 +47,7 @@ server: { baseDir: options.paths.build.base }, + ghostMode: false, port: 3000 }); done();