From ff10d235911a60135d52c18fced9f071a7d8e366 Mon Sep 17 00:00:00 2001 From: Yogthos Date: Mon, 11 May 2015 12:36:11 -0400 Subject: [PATCH] added codox --- project.clj | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/project.clj b/project.clj index f2ba928..67057b5 100644 --- a/project.clj +++ b/project.clj @@ -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"]}}}}