diff options
author | Joey Hess <joey@kodama.kitenet.net> | 2008-09-27 17:04:25 -0400 |
---|---|---|
committer | Joey Hess <joey@kodama.kitenet.net> | 2008-09-27 18:02:33 -0400 |
commit | 2ff3c8aee78114974b6930c18247f050d35f2012 (patch) | |
tree | 7d40386aca2c0b4e3d79bf10c19fc3a567b94af9 /doc/bugs | |
parent | a5d3acd37cd52a5cf0045ae4d300a2ef13a07a6e (diff) |
editpage: Be more aggressive (and less buggy) about cleaning up temporary files rendered during page preview.
Diffstat (limited to 'doc/bugs')
-rw-r--r-- | doc/bugs/previewing_new_page_can_leave_files_dangling.mdwn | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/bugs/previewing_new_page_can_leave_files_dangling.mdwn b/doc/bugs/previewing_new_page_can_leave_files_dangling.mdwn index ecb7f1bf5..22df485ad 100644 --- a/doc/bugs/previewing_new_page_can_leave_files_dangling.mdwn +++ b/doc/bugs/previewing_new_page_can_leave_files_dangling.mdwn @@ -31,7 +31,7 @@ I refresh and rebuild a few times, and the files are still dangling there. If I > One fix would be to stash a copy of `%renderedfiles` before generating > the preview, then compare it afterwards to see how it changed and > determine what files were added, and record those someplace, and delete -> them on a future refresh (after some reasonable time period). +> them on a future refresh (after some reasonable time period). [[done]] > > Another approach would be to make previewing always render files with > some well-known temporary name. Then all such temp files could be removed |