diff options
author | Joey Hess <joey@kitenet.net> | 2010-06-18 16:40:47 -0400 |
---|---|---|
committer | Joey Hess <joey@kitenet.net> | 2010-06-18 16:40:47 -0400 |
commit | 57e56828f5b03f8fb31631f36731f989d4335607 (patch) | |
tree | e98fc8ebe1a920bc69b85b3c989ee310c327bb8c /doc/bugs | |
parent | cfcc79ed4c9f11ef8af2ae19e3bb402289e9ea39 (diff) |
store state to avoid needing to rebuild when changing theme
Diffstat (limited to 'doc/bugs')
-rw-r--r-- | doc/bugs/underlaydir_file_expose.mdwn | 1 |
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]] |