Questions tagged [grunt-notify]

grunt-notify is an automatic desktop notifications for Grunt errors and warnings using Growl for OS X or Windows, Mountain Lion and Mavericks Notification Center, and Notify-Send..

grunt-notify is an automatic desktop notifications for Grunt errors and warnings using Growl for OS X or Windows, Mountain Lion and Mavericks Notification Center, and Notify-Send..

4 questions
7
votes
2 answers

grunt-notify: Doesn't trigger on success

I am attempting to setup grunt-notify with grunt-contrib-less and grunt-contrib-watch. Generally this is working well but I can't get grunt-notify to notify me when grunt-less is executed successfully. If anyone has any insight on how to set this…
sixtyfootersdude
  • 25,859
  • 43
  • 145
  • 213
4
votes
1 answer

Grunt Notify Failure on MacOS

I am working with a fairly complex existing software system that builds on MacOS. It is built using Maven. The build has worked correctly for me in the past and currently works for others on my team so this is pointing to something that I did…
dmattox
  • 41
  • 4
4
votes
1 answer

Grunt task output then calling grunt-notify

Grunt notify: https://github.com/dylang/grunt-notify is great. However, it seems a bit limited. As far as I can tell all my messages need to be pre-generated. So the first question is how can I generate notifications? Next, It seems that grunt…
Parris
  • 17,833
  • 17
  • 90
  • 133
1
vote
0 answers

Why do I get an error code from growl when using grunt-notify?

I installed grunt-notify to get messages on desktop. Here is the Gruntfile.js : module.exports = function(grunt) { grunt.initConfig({ notify: { test: { options: { message: "YO" } } } }); …
Cyril Gandon
  • 16,830
  • 14
  • 78
  • 122