browserify / watchify

watch mode for browserify builds
Other
1.79k stars 181 forks source link

Desktop notifications support #220

Closed gavocanov closed 9 years ago

gavocanov commented 9 years ago

-n option for Desktop notifications using node-notifier (https://github.com/madhums/node-notifier) for errors and activity

mattdesl commented 9 years ago

Seems like this would make for a good Browserify plugin! Also see errorify:
https://github.com/zertosh/errorify

zertosh commented 9 years ago

Thanks for the PR @gavocanov but I'm going to have to pass on this.

You can implement this functionality as a plugin for browserify, which then can use with watchify via --plugin=MODULE, -p MODULE flag.

gavocanov commented 9 years ago

Ok, thnx for the feedback.