diff --git a/gulpfile.js b/gulpfile.js index a2b89ca1320..988e4bff7f5 100644 --- a/gulpfile.js +++ b/gulpfile.js @@ -167,8 +167,7 @@ function compileSass() { file: transformedFile.path, }, ( err, result ) => { if( err ) { - console.log( vinylFile.path ); - console.log( err.formatted ); + callback(err); } else { transformedFile.extname = '.css';