Jump to Section close

Proofer

Setup

Edit package

This 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.

arrow_back

Proofer

Introduction

Read previous doc
photo_camera

Screenshots

Introduction

Move onto Screenshots