[TASK] Move browserlist
This commit is contained in:
parent
35a79ba4f6
commit
1bcc6bfd10
@ -11,7 +11,6 @@ module.exports = function () {
|
|||||||
html: ['html/*.html', './config*.js']
|
html: ['html/*.html', './config*.js']
|
||||||
},
|
},
|
||||||
clean: [build + '/*.map', build + '/vendor', build + '/main.css'],
|
clean: [build + '/*.map', build + '/vendor', build + '/main.css'],
|
||||||
autoprefixer: ['> 1% in DE'],
|
|
||||||
browsersync: {
|
browsersync: {
|
||||||
open: false,
|
open: false,
|
||||||
server: {
|
server: {
|
||||||
|
@ -60,5 +60,8 @@
|
|||||||
},
|
},
|
||||||
"scripts": {
|
"scripts": {
|
||||||
"gulp": "./node_modules/gulp-cli/bin/gulp.js"
|
"gulp": "./node_modules/gulp-cli/bin/gulp.js"
|
||||||
}
|
},
|
||||||
|
"browserslist": [
|
||||||
|
"> 1% in DE"
|
||||||
|
]
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user