I am using Pattern Lab Node v1.3.4 on Windows, with Node v6.9.1, using the Gulp Edition.
Expected Behavior
Pattern object subdir property should contain forward slash /
Actual Behavior
Pattern object subdir property contains backslash \\ showing an error Could not find pattern referenced with partial syntax ' + partialName + '. This can occur when a pattern was renamed, moved, or no longer exists but it still called within a different template somewhere.
Steps to Reproduce
Try to include partial in mustache template using Default Include Syntax {{> dir/subdir/partial }} on windows
I am using Pattern Lab Node
v1.3.4onWindows, with Nodev6.9.1, using theGulpEdition.Expected Behavior
Pattern object subdir property should contain forward slash
/Actual Behavior
Pattern object subdir property contains backslash
\\showing an errorCould not find pattern referenced with partial syntax ' + partialName + '. This can occur when a pattern was renamed, moved, or no longer exists but it still called within a different template somewhere.Steps to Reproduce
Try to include partial in mustache template using Default Include Syntax
{{> dir/subdir/partial }}on windows