We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 522c7c4 commit 9680240Copy full SHA for 9680240
1 file changed
gulpfile.js
@@ -49,7 +49,7 @@ function styles() {
49
'include css': true,
50
silenceDeprecations: ['legacy-js-api', 'mixed-decls', 'color-functions', 'global-builtin', 'import'],
51
loadPaths: ['./']
52
- }))
+ })).on('error', function handleError() { this.emit('end') })
53
.pipe(postCss([
54
autoprefixer({ grid: 'autoplace' }),
55
cssnano({ preset: ['default', { discardComments: { removeAll: true } }] })
0 commit comments