Crispin & Mulberry Styleguide

Living styleguide for Crispin & Mulberry

Generated from KSS documentation in the styles. Be sure explore the other sections(sidebar on the left) of this guide.

Project Details

Cross browser Support

How to build

We are using Gulp as the task runner for this project.

To build, navigate to the root of the project and run the following commands:

Initial Setup (run once per setup):

Build & Watch:

When you run gulp it takes care of the whole build process. Check gulpfile.js in the root of the project for more details.

Regression Testing

To regenerate the difference images and analysis reports, run gulp regression-analysis-build.

Complete Build

gulp complete-build

The complete build will regenerate everything from the bare src folder and root documents.

You shouldn't be using this very often because it takes a while to complete and includes tasks that only need to be done every once and while.