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
gulp patternlab:serve builds patterns, starts watching files
Editing btn.json to Test Edit should reveal the new value after a render
Actual Behavior
patternlab-pattern-change is emitted, but the file emitted is C:\\src\\edition-node-gulp\\source\\_patterns\\atoms\\buttons\\btn.json which will not map to any file to mark for re-write
Steps to Reproduce
cleanPublic set to false, enabling incremental builds,
btn.mustache
{{ text }}
btn.json
{
"text": "Test"
}
The text was updated successfully, but these errors were encountered:
I am using Pattern Lab Node
v3.0.0-alpha.7
onWindows
, with Nodev8.9.3
, using theGulp
Edition.Found while troubleshooting pattern-lab/edition-node-gulp#119
Expected Behavior
gulp patternlab:serve
builds patterns, starts watching filesEditing
btn.json
toTest Edit
should reveal the new value after a renderActual Behavior
patternlab-pattern-change
is emitted, but the file emitted isC:\\src\\edition-node-gulp\\source\\_patterns\\atoms\\buttons\\btn.json
which will not map to any file to mark for re-writeSteps to Reproduce
cleanPublic
set tofalse
, enabling incremental builds,btn.mustache
{{ text }}
btn.json
The text was updated successfully, but these errors were encountered: