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.
I am using Pattern Lab Node
2.0.0onLinux, with Nodev6.12.3, using aGruntEdition.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:
patternlab-node/packages/core/src/lib/pseudopattern_hunter.js
Line 27 in 0990274
Seems like .yaml and .yml files should also be supported.