1.0.0 • Published 7 years ago

styleguidekit-patternlab-deg-web v1.0.0

Weekly downloads
2
License
MIT
Repository
github
Last release
7 years ago

Styleguidekit Pattern Lab DEG Web

The static assets for the DEG StyleguideKit for Pattern Lab. Contains styles and mark-up for Pattern Lab's front-end.

Static Assets for the Default StyleguideKit

These static assets are meant to be used with the default Mustache and Twig StyleguideKits. They control the look, feel, and functionality of the front-end of Pattern Lab PHP.

Development Requirements

In order to modify these assets you need to install the following:

Making Changes

To make changes always edit files in src/. To make sure that these changes are reflected in the front-end and dist/ folder run the following:

gulp --copy-dist=../../../public

To watch for changes you can use:

gulp --watch --copy-dist=../../../public

At this point changes to the static assets should compile to the correct locations in the project as well as dist/.