Start work on HTML generation

This commit is contained in:
oakes
2014-03-30 21:15:31 -04:00
parent 26e87e10e9
commit 1891ca3463
4 changed files with 34 additions and 13 deletions

View File

@@ -1,6 +1,7 @@
(defproject play-clj-doclet "0.0.1-SNAPSHOT"
:description "FIXME: write description"
:dependencies [[org.clojure/clojure "1.6.0"]]
:dependencies [[org.clojure/clojure "1.6.0"]
[hiccup "1.0.5"]]
:source-paths ["src/clojure"]
:java-source-paths ["src/java"]
:javac-options ["-target" "1.6" "-source" "1.6" "-Xlint:-options"]