]> sipb.mit.edu Git - ikiwiki.git/blobdiff - doc/bugs/underlaydir_file_expose.mdwn
web commit by http://bmalee.eu/~bma/
[ikiwiki.git] / doc / bugs / underlaydir_file_expose.mdwn
index 0c6f55425b2c1d2b5a529c78aa15854c52ff2438..b8e84969c894a771f582aa7b27cde3e1803c380d 100644 (file)
@@ -1,3 +1,9 @@
 If a file in the srcdir is removed, exposing a file in the underlaydir,
 ikiwiki will not notice the change and rebuild it until the file in the
 underlaydir gets a mtime newer than the mtime the removed file had.
+
+Relatedly, if there are two files with different extensions that build a
+page with the same name, in a directory, ikiwiki will update the page
+whenever either changes, using the changed one as the source. But if that
+most recently changed one is removed, it won't rebuild the page using the
+older one as the source.