gulp-notify icon indicating copy to clipboard operation
gulp-notify copied to clipboard

gulp plugin to send messages based on Vinyl Files or Errors to Mac OS X, Linux or Windows using the node-notifier module. Fallbacks to Growl or simply logging

Results 39 gulp-notify issues
Sort by recently updated
recently updated
newest added

I am experiencing an issue where the notify only works on certain gulp tasks. For example it works on a SASS to CSS compilation task, but will not work on...

When I add gulp-notify to a task, it only completes after the notification has been clicked away or disappears after timeout. This means that tasks take a lot longer to...

Getting this error: gulp-notify: [Error in notifier] Error in plugin 'gulp-notify' Message: 2016-12-01 12:05:18.008 terminal-notifier[9128:882749] Can't open input server /Library/InputManagers/LCC Scroll Enhancer Loader

Is there a way to suppress subtask notifications? For instance in a watch process I don't mind a notification saying CSS was updated, but during a final build routine I...

Hi, I'd like to be able to set my notification icon globally so I don't have to pass it through the .pipe(notify()) command in my gulp file. Is there anyway...

In the https://www.npmjs.com/package/gulp-notify#notes-tip section you provide an example of using gulp-notify and gulp-plumber together. Every time I try to run it I get the following error: ReferenceError: through is not...

In the docs there is a jshint reporter example: https://github.com/mikaelbr/gulp-notify#as-jshint-reporter The example works great, but I would like to make a few changes to it and I'm not sure how....

I'm very often running gulp-notify on a remote server, almost always in a tmux session. It would be great if this configuration could be detected, and the notification sent with...

Hi there, As per issue #70, `gulp-notify` doesn't work under tmux correctly. According to that issue, it's because of `terminal-notifier` not handling it properly, `gulp-notify` uses I assume? I've updated...

On Windows 8, when using the `onLast` option to show a notification for the last file stream only, it stops any notification appearing. Test code: ``` javascript var gulp =...