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

gulp-notify: task completes only after notification disappears (Win7/8)

Open rulkens opened this issue 8 years ago • 5 comments

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 complete when using gulp-notify and it makes it practically useless. A task that takes 500ms to complete suddenly takes 5500ms. This is especially cumbersome when running tasks in sequence.

It would be great if the notification were non-blocking, so the task can complete while the notification is still shown.

rulkens avatar Oct 14 '15 11:10 rulkens