dylang / grunt-notify

Automatic Notifications when Grunt tasks fail.
https://npmjs.org/package/grunt-notify
MIT License
921 stars 73 forks source link

Nothing catch by Snarl when compiling with node.js / grunt on server #111

Open jhabai opened 8 years ago

jhabai commented 8 years ago

Hello,

I don't manage to configure SNARL to get the notification when compiling Sass file on a developement server.

I can see the messages (in puTTY) : Running "sass:dist" (sass) task Running "notify:sass" (notify) task

But Snarl does not get it.

It works good, when I'm compiling localy, but not on the development server. What could I do ?