|
@@ -167,8 +167,7 @@ function compileSass() {
|
|
file: transformedFile.path,
|
|
file: transformedFile.path,
|
|
}, ( err, result ) => {
|
|
}, ( err, result ) => {
|
|
if( err ) {
|
|
if( err ) {
|
|
- console.log( vinylFile.path );
|
|
|
|
- console.log( err.formatted );
|
|
|
|
|
|
+ callback(err);
|
|
}
|
|
}
|
|
else {
|
|
else {
|
|
transformedFile.extname = '.css';
|
|
transformedFile.extname = '.css';
|