projects
/
ikiwiki.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
062ed44
)
force rebuild for theme change
author
Joey Hess
<joey@kitenet.net>
Wed, 16 Jun 2010 19:44:21 +0000
(15:44 -0400)
committer
Joey Hess
<joey@kitenet.net>
Wed, 16 Jun 2010 19:44:21 +0000
(15:44 -0400)
For now, a rebuild is the only way to ensure the changed theme is used.
Ikiwiki normally will not realize style.css has changed, since themes
tend to have the same timestamp for the file.
IkiWiki/Plugin/theme.pm
patch
|
blob
|
history
diff --git
a/IkiWiki/Plugin/theme.pm
b/IkiWiki/Plugin/theme.pm
index 5e6e4b0926945b9fa3b4ae0df238c8f3e79509c2..ba6966381d6da42e646b9fe785b9e0e86b4f50a2 100644
(file)
--- a/
IkiWiki/Plugin/theme.pm
+++ b/
IkiWiki/Plugin/theme.pm
@@
-22,7
+22,7
@@
sub getsetup () {
example => "actiontabs",
description => "name of theme to enable",
safe => 1,
- rebuild =>
0
,
+ rebuild =>
1
,
},
}