styleguidekit-patternlab-deg-web
v1.0.0
Published
The default set of front-end assets for DEG's Pattern Lab Styleguide.
Downloads
2
Readme
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/
.