-
Notifications
You must be signed in to change notification settings - Fork 405
Closed
Description
I am using Pattern Lab Node 2.0.0 on Linux, with Node v6.12.3, using a Grunt Edition.
Expected Behavior
Tried using pseudo patterns with .yaml/.yml files. Only looks to work with .json files.
Looking farther, I found where this is controlled:
| currentPattern.subdir + '/' + currentPattern.fileName + '~*.json'; |
Seems like .yaml and .yml files should also be supported.