added codox

This commit is contained in:
Yogthos 2015-05-11 12:36:11 -04:00
parent 9375368c92
commit ff10d23591
1 changed files with 6 additions and 2 deletions

View File

@ -7,10 +7,14 @@
[org.clojure/clojurescript "0.0-2816"]
[cljsjs/react "0.12.2-5"]]
:plugins [[lein-cljsbuild "1.0.4"]]
:plugins [[lein-cljsbuild "1.0.4"]
[codox "0.8.12"]]
:source-paths ["src"]
:codox {:language :clojurescript
:exclude clojure.string}
:profiles {:test {:cljsbuild
{:builds {:client {:source-paths ["test"]}}}}