diff --git a/gulp/config.js b/gulp/config.js
index f6c5fa831d79900c4405775ed7dc0b269562cc1f..9306dd980f3a2d5c125c34ea6eea82c08b47b9db 100644
--- a/gulp/config.js
+++ b/gulp/config.js
@@ -13,6 +13,7 @@ module.exports = function () {
     clean: [build + '/*.map', build + '/vendor', build + '/main.css'],
     autoprefixer: ['> 1% in DE'],
     browsersync: {
+      open: false,
       server: {
         baseDir: build
       },