-
Notifications
You must be signed in to change notification settings - Fork 73
Notification dont't show #27
Comments
If that's the whole file then you didn't tell grunt.loadNpmTasks('grunt-notify'); Let me know if that works for you. |
Ooops, silly me, i didn't notice
That should load it, in theory. Was it installed via
|
Is installed, it does not give any error in the execution of grunt and not "Done". |
I just released |
I upgraded to 0.2.8 and the problem remains, no message is displayed, both as Growl with Slarn. |
Hi @fredw - I just did another deploy that adds debug output. Can you add |
C:\Program Files (x86)\EasyPHP-5.3.9\www\default-website>grunt notify --debug Running "notify:watch" (notify) task [D] Task source: C:\Program Files (x86)\EasyPHP-5.3.9\www\default-website\node_m odules\grunt-notify\tasks\notify.js [D] [grunt-notify] IS_MAC: false [D] [grunt-notify] IS_WINDOWS: true [D] [grunt-notify] app_found: false [D] [grunt-notify] IS_WINDOWS: true [D] [grunt-notify] PROGRAM_FILES: C:\Program Files [D] [grunt-notify] PROGRAM_FILES_X86: C:\Program Files (x86) [D] [grunt-notify] app_found: false [D] [grunt-notify] os: Windows_NT [D] [grunt-notify] version: 6.2.9200 [D] [grunt-notify] IS_MAC: false [D] [grunt-notify] MOUNTAIN_LION: false [D] [grunt-notify] semver: false [D] [grunt-notify] app: false [D] [no-notifications] title: Task Complete [D] [no-notifications] message: SASS and Uglify finished running Running "notify:server" (notify) task [D] Task source: C:\Program Files (x86)\EasyPHP-5.3.9\www\default-website\node_m odules\grunt-notify\tasks\notify.js [D] [no-notifications] title: default-website [D] [no-notifications] message: Server is ready! |
@fredw Thanks for doing that. It looks like it can't find |
I installed both, Snarl and Growl for Windows. They are respectively installed in |
Thanks it's working now... |
@fredw It looks like you have For BTW, for everyone: to get the latest version of |
Now it works! The Snarl went to work after upgrading Thank you for your attention in solving the problem! |
@fredw and @walkerfranson Happy to hear it is working! Enjoy and thanks for helping find and fix the problems. |
Hi, can You please help. Am I correct, to use notifier successfully I need:
And only then I will be able to use it? |
Adding the path to Growl / Snarl to my system PATH fixed the issue. Please add this info to the main GitHub page to help future Notify users ;) |
Hi,
I'm trying to configure the grunt-notify on my Gruntfile.js, but without success.
Tested on Ubuntu with the Notify-Send and Windows 8 with Growl for Windows and Snarl, both do not work.
The command I am running is:
grunt notify
In the terminal only displays the message:
Done, without errros
Below is my Gruntfile test.
Thanks!
The text was updated successfully, but these errors were encountered: