Skip to content

lostsatellites/styleguidekit-assets-mylt

 
 

Repository files navigation

license

Custom StyleguideKit for myLT

These static assets control the look, feel, and functionality of the front-end of Pattern Lab Node for myLT.

Installation

  • Clone the repository into node_modules

Development Requirements

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

Development Set-up

Once you've installed the requirements do the following to set-up for development:

  1. cd /path/to/node-edition/node_modules/styleguidekit-assets-mylt
  2. npm install
  3. bower install
  4. In patternlab-config.json replace "styleguide" : "./node_modules/styleguidekit-assets-default/dist/" with "styleguide" : "./node_modules/styleguidekit-assets-mylt/dist/" to reference your StyleguideKit

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

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

About

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

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • JavaScript 65.5%
  • CSS 22.9%
  • HTML 11.6%