knapsack-cloud / twig-renderer

Render templates using Twig PHP, via this Node JS renderer.
11 stars 10 forks source link

Rendering of patterns sometimes fail without updating the rendered output #78

Closed hadl closed 8 months ago

hadl commented 3 years ago

There is an issue with not updating the patternlab pattern. I did a little description here too: https://github.com/pattern-lab/patternlab-node/issues/1310

I also noticed, that clearing the shared-config--PORT.json is not working properly. The exit event handler is never called and i had about 2000 json files in the dist directory.

Maybe this has something to do with the "not updating the rendered file" issue? I tried to debug it yesterday, but haven't had any success narrowing it down.

Update: Seams this triggers that too: request to http://127.0.0.1:57127/?type=renderFile failed, reason: connect ECONNRESET 127.0.0.1:57127 Although i still have a php process running which listens to this port.

hadl commented 8 months ago

Very old issue i have not run into anymore -> close