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
Hi there,
I want to use the watch mode with postcss, but 'elmstatic watch' deletes the whole _site directory, which leads to awkward behaviour when I am also generating css via postcss-cli into the _site directory. Would it be possible to only copy the file which actually changed ?
The text was updated successfully, but these errors were encountered:
Hm yes, I see. So in general it is not easy for me what happens under the hood... do you generate the html with the elm runtime running in node.js and providing the dom via js-dom?
also, I think it could be possible to to be explicit which folders are wiped in the _site dir. If I understand that correctly you could only wipe the directories with .html files ?
Hi there,
I want to use the watch mode with postcss, but 'elmstatic watch' deletes the whole _site directory, which leads to awkward behaviour when I am also generating css via postcss-cli into the _site directory. Would it be possible to only copy the file which actually changed ?
The text was updated successfully, but these errors were encountered: