diff --git a/gulpfile.js b/gulpfile.js index 53c5528..3556bdd 100644 --- a/gulpfile.js +++ b/gulpfile.js @@ -105,7 +105,7 @@ var cssTasks = function(filename) { ] }) .pipe(cssNano, { - safe: true + safe: true }) .pipe(function() { return gulpif(enabled.rev, rev());