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

Separate PatternExtension from PatternEngine #81

Open dmolsen opened 8 years ago

dmolsen commented 8 years ago

So invoke the Mustache pattern engine by saying "patternEngine: mustache" as opposed to relying on pattern extension. This way a user can define their own extension for their project yet still use the PatternEngine they want.