only log error messages

https://github.com/leonidas/gulp-project-template/issues/32
This commit is contained in:
Riku Rouvila
2015-10-22 20:24:45 +03:00
parent f271572234
commit a8dfa7164a

View File

@@ -61,7 +61,7 @@ const browserifyConfig = {
};
function handleError(err) {
gutil.log(err);
gutil.log(err.message);
gutil.beep();
notifier.notify({
title: 'Compile Error',