diff --git a/gulpfile.js b/gulpfile.js index 7569ffefe..877f684d3 100644 --- a/gulpfile.js +++ b/gulpfile.js @@ -29,7 +29,7 @@ sass.compiler = require('sass') function compileCSS() { return gulp .src(['packages/nhsuk.scss']) - .pipe(sass()) + .pipe(sass().on('error', sass.logError)) .pipe(gulp.dest('dist/')) .on('error', (err) => { console.log(err)