aboutsummaryrefslogtreecommitdiff
path: root/IkiWiki/Plugin/theme.pm
diff options
context:
space:
mode:
authorJoey Hess <joey@kitenet.net>2010-06-16 15:44:21 -0400
committerJoey Hess <joey@kitenet.net>2010-06-16 15:44:21 -0400
commit2f3f826b5bf123886d4e65eb8bd709b12639ca8b (patch)
treef09f5da0bf3e6cf8b66099dd156ca12094e46d9f /IkiWiki/Plugin/theme.pm
parent062ed44f47d61c3bbbf2e8a7944a9b4e423b735a (diff)
downloadikiwiki-2f3f826b5bf123886d4e65eb8bd709b12639ca8b.tar
ikiwiki-2f3f826b5bf123886d4e65eb8bd709b12639ca8b.tar.gz
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.
Diffstat (limited to 'IkiWiki/Plugin/theme.pm')
-rw-r--r--IkiWiki/Plugin/theme.pm2
1 files changed, 1 insertions, 1 deletions
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,
},
}