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.4.2 on Windows, with Node v4.4.7, using the Gulp Edition.
Expected Behavior
Change to a mustache file happens, hit save, patterns runs the build task, then reload page.
Actual Behavior
Change happens, it builds, then reloads, and builds a second time. On occasion when "cleanPublic" is set to true in the config, this step will fail with unable to write to the public/patterns/ folder.
In the screenshot, first arrow is when a change was triggered, the second arrow is where it starts to hang up.
Steps to Reproduce
gulp patternlab:serve
Make a change to a pattern
Observe console
The text was updated successfully, but these errors were encountered:
@mbulfair can you try switching your patternlab-node entry in the dependencies object of your package.json to pattern-lab/patternlab-node#dev and run npm update to see if this issue is resolved?
This bug seems to be resolved. I managed to make several mustache changes, it reloaded after the build, the navigation bar didn't duplicate, nor did I see a error for a nonemptydir for patterns.
I am using Pattern Lab Node
v2.4.2
onWindows
, with Nodev4.4.7
, using theGulp
Edition.Expected Behavior
Change to a mustache file happens, hit save, patterns runs the build task, then reload page.
Actual Behavior
Change happens, it builds, then reloads, and builds a second time. On occasion when "cleanPublic" is set to true in the config, this step will fail with unable to write to the public/patterns/ folder.
In the screenshot, first arrow is when a change was triggered, the second arrow is where it starts to hang up.
Steps to Reproduce
gulp patternlab:serve
Make a change to a pattern
Observe console
The text was updated successfully, but these errors were encountered: