46cl / wp-boilerplate

[unstable] A Wordpress boilerplate created by 46cl
MIT License
3 stars 1 forks source link

Display a notification when a Gulp task fails #49

Closed nesk closed 6 years ago

nesk commented 8 years ago

Should be based on mikaelbr/node-notifier… or the gulp plugin if it's not to restrictive (but it probably is).

nesk commented 8 years ago

We should also handle the case where an unhandled exception is thrown, a notification should be displayed before the script exists. To do this, simply use the uncaughtException event.