grunt-phantomcss icon indicating copy to clipboard operation
grunt-phantomcss copied to clipboard

failfast option

Open semafor opened this issue 10 years ago • 0 comments

An option that would make the grunt task fail at the first test failure would be helpful for this task when run in a CI context.

phantomcss: {
    foo: {
        options: {
            failfast: true,
            …
        },
        …
    }
}

semafor avatar Apr 03 '14 17:04 semafor