Removes gulp-pleeease dependency
This gulp plugin was more trouble than it was worth. ref https://github.com/roots/sage/issues/1386 ref https://discourse.roots.io/t/sourcemaps-no-longer-working-as-expected-with-sage-update/3022/1
This commit is contained in:
13
gulpfile.js
13
gulpfile.js
@@ -81,14 +81,13 @@ var cssTasks = function(filename) {
|
||||
}));
|
||||
})
|
||||
.pipe($.concat, filename)
|
||||
.pipe($.pleeease, {
|
||||
autoprefixer: {
|
||||
browsers: [
|
||||
'last 2 versions', 'ie 8', 'ie 9', 'android 2.3', 'android 4',
|
||||
'opera 12'
|
||||
]
|
||||
}
|
||||
.pipe($.autoprefixer, {
|
||||
browsers: [
|
||||
'last 2 versions', 'ie 8', 'ie 9', 'android 2.3', 'android 4',
|
||||
'opera 12'
|
||||
]
|
||||
})
|
||||
.pipe($.minifyCss)
|
||||
.pipe(function() {
|
||||
return $.if(enabled.rev, $.rev());
|
||||
})
|
||||
|
||||
Reference in New Issue
Block a user