Close GH-242: Handling scss compilation error.
parent
6268654b54
commit
cc174ed4b6
|
@ -98,6 +98,7 @@ gulp.task('styles:scss', function () {
|
||||||
precision: 10,
|
precision: 10,
|
||||||
loadPath: ['app/styles']
|
loadPath: ['app/styles']
|
||||||
}))
|
}))
|
||||||
|
.on('error', console.error.bind(console))
|
||||||
.pipe($.autoprefixer(AUTOPREFIXER_BROWSERS))
|
.pipe($.autoprefixer(AUTOPREFIXER_BROWSERS))
|
||||||
.pipe(gulp.dest('.tmp/styles'))
|
.pipe(gulp.dest('.tmp/styles'))
|
||||||
.pipe($.size({title: 'styles:scss'}));
|
.pipe($.size({title: 'styles:scss'}));
|
||||||
|
|
Loading…
Reference in New Issue