Skip to content

Pseudopattern json leaking into base patterns #821

@bmuenzenmeyer

Description

@bmuenzenmeyer

I am using Pattern Lab Node v3.0.0-alpha.10 on Windows, with Node v8.9.3, using a Gulp Edition.

Expected Behavior

data.json

{ "data": "World" }

button.mustache

<button>Hello, {{data}}</button>

button~moon.json

{ "data": "Moon" }

Both buttons should display unique destinations

Actual Behavior

both buttons display Hello, Moon

Metadata

Metadata

Assignees

Type

No type

Projects

No projects

Milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions