removed deprecated gulp-minify-css in favour of gulp-cssnano

This commit is contained in:
Jake Cobley
2016-01-31 15:55:42 +00:00
committed by Ben Word
parent 13c46811ba
commit 463d6bcf07
2 changed files with 8 additions and 1 deletions

View File

@@ -105,7 +105,8 @@ var cssTasks = function(filename) {
]
})
.pipe(cssNano, {
safe: true
advanced: false,
rebase: false
})
.pipe(function() {
return gulpif(enabled.rev, rev());

View File

@@ -39,6 +39,12 @@
"gulp-if": "^2.0.0",
"gulp-imagemin": "^2.4.0",
"gulp-less": "^3.0.5",
"gulp-cssnano": "^2.1.0",
"gulp-flatten": "0.1.1",
"gulp-if": "^1.2.5",
"gulp-imagemin": "^2.3.0",
"gulp-jshint": "^1.11.2",
"gulp-less": "^3.0.3",
"gulp-plumber": "^1.0.1",
"gulp-rename": "^1.2.2",
"gulp-rev": "^6.0.1",