-
Notifications
You must be signed in to change notification settings - Fork 39
Open
Description
I'm on a mac and I find it very useful when I get a sound notification from the terminal when a warning/error occurs because I'm not always looking at the terminal or it is minimised. For example Sass:

That doesn't happen with this plugin when I have a validation error...

...and you can see that the task is not aborted which I think that's why there's no sound notification.
Here's my Grunt setup:
validation: {
options: {
reset: true,
stoponerror: true,
failHard: true
},
files: {
src: ['dev/{,*/}*.html']
}
}So is there something wrong with my setup? Or is this an issue with the plugin?
Metadata
Metadata
Assignees
Labels
No labels