Here is a question for those of you who have been using node.js to export static sites.
I have been using node.js to export all tiddlers and upload to my site. https://giffmex.org/b/Inicio.html
So, adding new htmls is easy.
But when you delete a tiddler on node.js, it doesn’t delete that static from your static folder.
How do you all identify and delete the now defunct static files, either locally or on one’s website via FileZilla? Or do you just leave them there, since they are disconnected dangling orphan thingies?