Proofer
Setup
✎ Edit packageThis package is a work-in-progress. Some aspects may be awaiting improvement.
To use this package, add suite.proofer(gulp)
to your Gulpfile.
/* gulpfile.js */
const gulp = require("gulp");
const suite = require("@cloudcannon/suite");
suite.proofer(gulp);
Usage
Running gulp proof
will run a check of your compiled site. Errors are logged to your terminal, and saved with more details to reports/proofer.json
.