@cloudcannon/suite
Version:
A suite of gulp tools to manage static sites on CloudCannon
19 lines (14 loc) • 410 B
Markdown
title: Setup
package: Proofer
order_number: 2
To use this package, add `suite.proofer(gulp)` to your Gulpfile.
```js
/* 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`.