diff --git a/gulp/config.js b/gulp/config.js index f6c5fa8..9306dd9 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 },