Skip to content
Snippets Groups Projects
Unverified Commit 1bcc6bfd authored by Xaver Maierhofer's avatar Xaver Maierhofer Committed by GitHub
Browse files

[TASK] Move browserlist

parent 35a79ba4
Branches
No related tags found
No related merge requests found
...@@ -11,7 +11,6 @@ module.exports = function () { ...@@ -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 @@ ...@@ -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"
]
} }
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment