grunt-phantomcss
grunt-phantomcss copied to clipboard
failfast option
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,
…
},
…
}
}