Fixed build test by removing trailing space

This commit is contained in:
Dafydd Thomas
2016-02-12 11:36:40 +00:00
parent 6787f2b78f
commit 1cf7af695c

View File

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