Sort before creating HTML files

This commit is contained in:
oakes
2014-05-19 03:58:24 -04:00
parent 8937b8608a
commit 1c3a8150fe

View File

@@ -105,6 +105,7 @@
(create-embed-file (content group)))))
(spit (io/file dir "index.edn")
(->> parsed-files
sort
(map (fn [[ns groups]]
(for [{:keys [name]} groups]
{:ns ns