From 0d2d619a1b99a5cde0684dc4159b9097d6e40230 Mon Sep 17 00:00:00 2001 From: Nicholas Kariniemi Date: Tue, 23 Sep 2014 20:01:26 +0300 Subject: [PATCH] Remove cljx hooks --- project.clj | 1 - 1 file changed, 1 deletion(-) diff --git a/project.clj b/project.clj index ff7d88a..20f14f6 100644 --- a/project.clj +++ b/project.clj @@ -41,7 +41,6 @@ {:source-paths ["src/cljx"] :output-path "target/generated/cljs" :rules :cljs}]} - :hooks [cljx.hooks] :source-paths ["src/clj" "src/test"] :test-paths ["spec/clj"] :ring {:handler grub.core/app}