I am using Pattern Lab Node 2.5.0 on Mac, with Node v6, using the Gulp Edition.
Expected Behavior
for a given pattern :
in a template template-x we call the btn :
then call the template in page-y
the page should display the btn
Actual Behavior
display a blank page (no error, nothing at screen appart for the patternlab UI )
Steps to Reproduce
create :
atoms/btn
<a class="a-btn">text</a>
templates/x
pages/y
I am using Pattern Lab Node
2.5.0onMac, with Nodev6, using theGulpEdition.Expected Behavior
for a given pattern :
{{> atom-btn }}in a template
template-xwe call the btn :{{> atom-btn }}then call the template in
page-y{{> template-x }}the page should display the btn
Actual Behavior
display a blank page (no error, nothing at screen appart for the patternlab UI )
Steps to Reproduce
create :
atoms/btn
templates/x
{{> atoms-btn }}pages/y
{{> templates-x }}