diff --git a/gulpfile.js b/gulpfile.js index e36894bc..b2c93a1e 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';