aboutsummaryrefslogtreecommitdiff
path: root/doc/bugs/underlaydir_file_expose.mdwn
diff options
context:
space:
mode:
authorJoey Hess <joey@kitenet.net>2010-06-18 16:40:47 -0400
committerJoey Hess <joey@kitenet.net>2010-06-18 16:40:47 -0400
commit57e56828f5b03f8fb31631f36731f989d4335607 (patch)
treee98fc8ebe1a920bc69b85b3c989ee310c327bb8c /doc/bugs/underlaydir_file_expose.mdwn
parentcfcc79ed4c9f11ef8af2ae19e3bb402289e9ea39 (diff)
downloadikiwiki-57e56828f5b03f8fb31631f36731f989d4335607.tar
ikiwiki-57e56828f5b03f8fb31631f36731f989d4335607.tar.gz
store state to avoid needing to rebuild when changing theme
Diffstat (limited to 'doc/bugs/underlaydir_file_expose.mdwn')
-rw-r--r--doc/bugs/underlaydir_file_expose.mdwn1
1 files changed, 1 insertions, 0 deletions
diff --git a/doc/bugs/underlaydir_file_expose.mdwn b/doc/bugs/underlaydir_file_expose.mdwn
index ca492e396..4ee30e39d 100644
--- a/doc/bugs/underlaydir_file_expose.mdwn
+++ b/doc/bugs/underlaydir_file_expose.mdwn
@@ -9,4 +9,5 @@ gets rebuilt.)
> A related problem occurs if changing a site's theme with the
> [[plugins/theme]] plugin. The style.css of the old and new theme
> often has the same mtime, so ikiwiki does not update it w/o a rebuild.
+> This is worked around in theme.pm with a special-purpose needsbuild hook.
> --[[Joey]]