Merge pull request #1617 from dafzthomas/master

Fixed build test by removing trailing space
This commit is contained in:
Ben Word
2016-02-12 08:26:38 -08:00

View File

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