I am using Pattern Lab Node v2.5.0 on Mac, with Node v5.5.0, using the Gulp Edition.
Expected Behavior
When defining a pseudo pattern, e.g. button~--primary.json to describe a variation of a button, another instance of the component should be displayed and correctly linked to a sub-page showing only the variation
Actual Behavior
Clicking on the title of a generated pseudo pattern leads to 404 Cannot GET /patterns/, instead of linking to the "Button Primary" page
Steps to Reproduce
- Create a simple pattern like
atoms/buttons/button.mustache
- Create a pseudo pattern for the previously created pattern, e.g.
atoms/buttons/button~--primary.json
- Go to Atoms --> Buttons --> View All
- Verify that the default button and the pseudo pattern "Button Primary" are both displayed correctly
- Click on the linked headline "Button Primary"
Cannot GET /patterns/ occurs
I am using Pattern Lab Node
v2.5.0onMac, with Nodev5.5.0, using theGulpEdition.Expected Behavior
When defining a pseudo pattern, e.g.
button~--primary.jsonto describe a variation of a button, another instance of the component should be displayed and correctly linked to a sub-page showing only the variationActual Behavior
Clicking on the title of a generated pseudo pattern leads to
404Cannot GET /patterns/, instead of linking to the "Button Primary" pageSteps to Reproduce
atoms/buttons/button.mustacheatoms/buttons/button~--primary.jsonCannot GET /patterns/occurs