Exemplo n.º 1
0
 return function(err) {
   gutil.log(gutil.colors.red(err));
   notify.low.timeout(1000).notify('Error', err.message);
 };
Exemplo n.º 2
0
 styles.on('change', function(file) {
   notify.low.timeout(1000).notify('[Styles] CSS Ready', file.path);
   server.changed(file.path);
 });