Merge pull request #1617 from dafzthomas/master
Fixed build test by removing trailing space
This commit is contained in:
@@ -105,7 +105,7 @@ var cssTasks = function(filename) {
|
||||
]
|
||||
})
|
||||
.pipe(cssNano, {
|
||||
safe: true
|
||||
safe: true
|
||||
})
|
||||
.pipe(function() {
|
||||
return gulpif(enabled.rev, rev());
|
||||
|
||||
Reference in New Issue
Block a user