pattern-lab / patternlab-php-core

This repository provides the core functionality for Pattern Lab. It is meant to be used from within an Edition with a PatternEngine and StarterKit.
http://patternlab.io/
MIT License
43 stars 62 forks source link

Chore: consolidating Pattern Loader #153

Open sghoweri opened 7 years ago

sghoweri commented 7 years ago

Consolidates the handful of places where Pattern Lab PHP Core sets up (and re-sets up) the Pattern Loader engine into a single instance -- matching up with the way all the other loaders have been getting handled.

As an added bonus, this update also helps simplify rendering PL patterns in external plugins, adapters, etc.