From 75842597e2d3ebc3b54592dcce91023f96a2df3d Mon Sep 17 00:00:00 2001 From: Joel Holdbrooks Date: Tue, 20 Aug 2013 00:51:01 -0700 Subject: [PATCH] Add cljx hooks --- project.clj | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/project.clj b/project.clj index 257fffc..0030ec1 100644 --- a/project.clj +++ b/project.clj @@ -10,7 +10,8 @@ :source-paths ["src/cljx"] :profiles {:dev {:dependencies [[criterium "0.4.1"] [com.keminglabs/cljx "0.3.0"]] - :repl-options {:nrepl-middleware [cljx.repl-middleware/wrap-cljx]}}} + :repl-options {:nrepl-middleware [cljx.repl-middleware/wrap-cljx]} + :hooks [cljx.hooks]}} :cljx {:builds [{:source-paths ["src/cljx"] :output-path "target/classes" :rules :clj} -- 2.25.1