issues
search
MarshallCB
/
routo
routing-based file builder for static site generation
https://m4r.sh/libraries/routo
MIT License
0
stars
0
forks
source link
Stale writes using fs.writeFile
#13
Closed
MarshallCB
closed
3 years ago
MarshallCB
commented
3 years ago
Had issues with stale versions of files being written to the destination despite new data being passed into fs.writeFile
It appears that it has to do with this:
https://github.com/nodejs/node-v0.x-archive/issues/4965#issuecomment-14664836
I'm assuming that a previous version of routo had this problem, and ignoring for now. Hopefully it won't come up again