You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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 404Cannot 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
The text was updated successfully, but these errors were encountered:
I am using Pattern Lab Node
v2.5.0
onMac
, with Nodev5.5.0
, using theGulp
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 variationActual Behavior
Clicking on the title of a generated pseudo pattern leads to
404
Cannot GET /patterns/
, instead of linking to the "Button Primary" pageSteps to Reproduce
atoms/buttons/button.mustache
atoms/buttons/button~--primary.json
Cannot GET /patterns/
occursThe text was updated successfully, but these errors were encountered: