From 1cf7af695c1d5250de1cebf66391202c6db64956 Mon Sep 17 00:00:00 2001 From: Dafydd Thomas Date: Fri, 12 Feb 2016 11:36:40 +0000 Subject: [PATCH] Fixed build test by removing trailing space --- gulpfile.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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());