romanschejbal / gassetic

Assetic replacement based on the gulp build tool

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

SASS errors

craigbartholomew opened this issue · comments

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

Please ignore. My own stupidity prevails.