[TASK] Move browserlist

This commit is contained in:
Xaver Maierhofer 2019-10-18 15:29:21 +02:00 committed by GitHub
parent 35a79ba4f6
commit 1bcc6bfd10
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 4 additions and 2 deletions

View File

@ -11,7 +11,6 @@ module.exports = function () {
html: ['html/*.html', './config*.js']
},
clean: [build + '/*.map', build + '/vendor', build + '/main.css'],
autoprefixer: ['> 1% in DE'],
browsersync: {
open: false,
server: {

View File

@ -60,5 +60,8 @@
},
"scripts": {
"gulp": "./node_modules/gulp-cli/bin/gulp.js"
}
},
"browserslist": [
"> 1% in DE"
]
}