From: Joey Hess Date: Wed, 16 Jun 2010 19:44:21 +0000 (-0400) Subject: force rebuild for theme change X-Git-Tag: 3.20100623~47^2~2 X-Git-Url: http://git.tremily.us/?a=commitdiff_plain;h=2f3f826b5bf123886d4e65eb8bd709b12639ca8b;p=ikiwiki.git force rebuild for theme change 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. --- diff --git a/IkiWiki/Plugin/theme.pm b/IkiWiki/Plugin/theme.pm index 5e6e4b092..ba6966381 100644 --- 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, }, }