Skip to content

Commit

Permalink
[#1333] Made gulp print SASS errors when watching
Browse files Browse the repository at this point in the history
  • Loading branch information
kardan committed Mar 16, 2015
1 parent c6b141b commit c2e5095
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/devhelpers/gulpfile.js
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ gulp.task('jsx', function () {

gulp.task('sass', function() {
return gulp.src('../../akvo/rsr/static/rsr/v3/**/*.scss')
.pipe(sass())
.pipe(sass({errLogToConsole: true}))
.pipe(gulp.dest('../../akvo/rsr/static/rsr/v3'));
});

Expand Down

0 comments on commit c2e5095

Please sign in to comment.