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, {
|
.pipe(cssNano, {
|
||||||
safe: true
|
safe: true
|
||||||
})
|
})
|
||||||
.pipe(function() {
|
.pipe(function() {
|
||||||
return gulpif(enabled.rev, rev());
|
return gulpif(enabled.rev, rev());
|
||||||
|
|||||||
Reference in New Issue
Block a user