I am using Pattern Lab Node v2.0.0 on Mac, using the gulp configuration.
Expected Behavior
Patternlab should recognize the .twig versions of the _meta files
Actual Behavior
When running patternlab:serve I get the following error:
WARNING: Could not find the user-editable header template, currently configured to be at source/_meta/_00-head.mustache. Your configured path may be incorrect (check paths.source.meta in your config file), the file may have been deleted, or it may have been left in the wrong place during a migration or update.
I have updated the patternExtentsion to twig in the patternlab-config.json but that doesn't seem to make a difference.
I am using Pattern Lab Node
v2.0.0onMac, using thegulpconfiguration.Expected Behavior
Patternlab should recognize the
.twigversions of the_metafilesActual Behavior
When running
patternlab:serveI get the following error:I have updated the
patternExtentsiontotwigin thepatternlab-config.jsonbut that doesn't seem to make a difference.