Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Task is not aborted when errors occurs / Sound notification #69

Open
nunoarruda opened this issue Dec 11, 2014 · 0 comments
Open

Task is not aborted when errors occurs / Sound notification #69

nunoarruda opened this issue Dec 11, 2014 · 0 comments

Comments

@nunoarruda
Copy link

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:
screen shot 2014-12-11 at 02 41 31
That doesn't happen with this plugin when I have a validation error...
screen shot 2014-12-11 at 02 42 19
...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?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant