Skip to content
This repository has been archived by the owner on Jul 17, 2022. It is now read-only.

max_jshint_notifications doesn't work on Windows 10 #124

Open
hebroin opened this issue Oct 15, 2016 · 0 comments
Open

max_jshint_notifications doesn't work on Windows 10 #124

hebroin opened this issue Oct 15, 2016 · 0 comments

Comments

@hebroin
Copy link

hebroin commented Oct 15, 2016

I set up notify_hooks to display only 1 notification for 1 second, but I always get more and for like 5 seconds.

I know the options work because the title is modified correctly.

notify_hooks: {
            options: {                
                enabled: true,
                max_jshint_notifications: 1,
                title: "Project Name",
                success: false,
                duration: 1
            }
        }
grunt.registerTask('default', '', function () {
        var taskList = [
            'jshint',
            'express:dev',
            'watch'
        ];
        grunt.task.run('notify_hooks');
        grunt.task.run(taskList);      
    });

What am I doing wrong?
Thank you

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

No branches or pull requests

1 participant