mirror of
https://github.com/koodiklinikka/koodiklinikka.fi.git
synced 2026-02-14 00:52:50 +00:00
only log error messages
https://github.com/leonidas/gulp-project-template/issues/32
This commit is contained in:
@@ -61,7 +61,7 @@ const browserifyConfig = {
|
||||
};
|
||||
|
||||
function handleError(err) {
|
||||
gutil.log(err);
|
||||
gutil.log(err.message);
|
||||
gutil.beep();
|
||||
notifier.notify({
|
||||
title: 'Compile Error',
|
||||
|
||||
Reference in New Issue
Block a user