Closed lukasoppermann closed 2 years ago
gulp.task('wcag_test', function() {
return gulp.src(html_paths)
.pipe(access({
force: true
}))
.on('error', console.log);
});
If you setup your gulp task like this it will only output to the CLI
Hey, can I instead of report to a file, just report to the cli? Did I miss this option?