I am using Pattern Lab Node v3.0.0-alpha.7 on Windows, with Node v8.9.3, using the Gulp Edition.
Found while troubleshooting pattern-lab/edition-node-gulp#119
Expected Behavior
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
btn.json
I am using Pattern Lab Node
v3.0.0-alpha.7onWindows, with Nodev8.9.3, using theGulpEdition.Found while troubleshooting pattern-lab/edition-node-gulp#119
Expected Behavior
gulp patternlab:servebuilds patterns, starts watching filesEditing
btn.jsontoTest Editshould reveal the new value after a renderActual Behavior
patternlab-pattern-changeis emitted, but the file emitted isC:\\src\\edition-node-gulp\\source\\_patterns\\atoms\\buttons\\btn.jsonwhich will not map to any file to mark for re-writeSteps to Reproduce
cleanPublicset tofalse, enabling incremental builds,btn.mustache
{{ text }}btn.json
{ "text": "Test" }