X-Git-Url: https://source.tree.se/git?p=treecutter.git;a=blobdiff_plain;f=treecutter%2Fsitemap.py;h=7ad9446f650c94e95e23925bc6fbe2077e073739;hp=0ecefe4278efae22c581d702bb7c513630e43700;hb=3d0d06590cf1c55b1bb591a79202a05d2cfaee03;hpb=521ca183bb031c954d2f014f12d4f483e9d2cbbd diff --git a/treecutter/sitemap.py b/treecutter/sitemap.py index 0ecefe4..7ad9446 100644 --- a/treecutter/sitemap.py +++ b/treecutter/sitemap.py @@ -127,7 +127,7 @@ class Sitemap(): def publish(self): ssh_cmd(self._output,"mkdir -p") publish(self._tmptarget, self._output) - for res in ["css","images","js","fonts","favicon.ico"]: + for res in ["stylesheets","images","js","fonts","favicon.ico"]: if (os.path.exists(self._style+res)): publish(self._style+res, self._output) ssh_cmd(self._output,"chmod a+rx")