-
Notifications
You must be signed in to change notification settings - Fork 402
Closed
Milestone
Description
I am using Pattern Lab Node v2 and v3 on Windows, with Node v6.9.5, using the Gulp Edition.
Expected Behavior
PatternEngines that support more than one common file extension for their template type should be forgiving and accomodate user preference. Examples
- Handlebars:
.handlebarsvs.hbs- pattern-lab/patternengine-node-handlebars@8c48eb4 - React:
.jsxvs.js- pattern-lab/patternengine-node-react@d945e2b - Underscore:
.htmlvs.underscore- pattern-lab/patternengine-node-underscore@de327f9
Actual Behavior
- Only one type is hard-coded into the engine. This causes problems with watches and the pattern code viewer and is detrimental to user adoption.