Skip to content

Commit 9680240

Browse files
committed
Update
1 parent 522c7c4 commit 9680240

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

gulpfile.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ function styles() {
4949
'include css': true,
5050
silenceDeprecations: ['legacy-js-api', 'mixed-decls', 'color-functions', 'global-builtin', 'import'],
5151
loadPaths: ['./']
52-
}))
52+
})).on('error', function handleError() { this.emit('end') })
5353
.pipe(postCss([
5454
autoprefixer({ grid: 'autoplace' }),
5555
cssnano({ preset: ['default', { discardComments: { removeAll: true } }] })

0 commit comments

Comments
 (0)