Close GH-242: Handling scss compilation error.

master
Santiago Valdarrama 2014-07-04 15:55:44 +02:00 committed by Sindre Sorhus
parent 6268654b54
commit cc174ed4b6
1 changed files with 1 additions and 0 deletions

View File

@ -98,6 +98,7 @@ gulp.task('styles:scss', function () {
precision: 10,
loadPath: ['app/styles']
}))
.on('error', console.error.bind(console))
.pipe($.autoprefixer(AUTOPREFIXER_BROWSERS))
.pipe(gulp.dest('.tmp/styles'))
.pipe($.size({title: 'styles:scss'}));