romanschejbal / gassetic

Assetic replacement based on the gulp build tool
MIT License
177 stars 17 forks source link

SASS errors #61

Closed craigbartholomew closed 8 years ago

craigbartholomew commented 8 years ago

How can I see errors from SASS? I don't understand how I can have the equivalent of:

gulp.task('sass', function () {
  return gulp.src('./sass/**/*.scss')
    .pipe(sass().on('error', sass.logError))
    .pipe(gulp.dest('./css'));
});

Thanks

craigbartholomew commented 8 years ago

Please ignore. My own stupidity prevails.