[TASK] No startup browser

This commit is contained in:
Xaver Maierhofer 2018-08-02 00:58:50 +02:00
parent 3311e70296
commit 2a7e1cdaa6
No known key found for this signature in database
GPG Key ID: 7FDCE23FD2EC9FE8
1 changed files with 1 additions and 0 deletions

View File

@ -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
},