style: switching to xhtml5 and sass
[treecutter.git] / treecutter / sitemap.py
index 0ecefe4278efae22c581d702bb7c513630e43700..7ad9446f650c94e95e23925bc6fbe2077e073739 100644 (file)
@@ -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")