From c1cb056f4e6235ade3412fa87f9c7d25fa872538 Mon Sep 17 00:00:00 2001 From: "Pietro F. Menna" Date: Thu, 25 Jun 2015 09:43:59 -0400 Subject: [PATCH] Fixed warning message during 'lein test' because of the hooks --- project.clj | 1 - 1 file changed, 1 deletion(-) diff --git a/project.clj b/project.clj index a292268..474fe6d 100644 --- a/project.clj +++ b/project.clj @@ -5,7 +5,6 @@ ] :jvm-opts ["-XX:-OmitStackTraceInFastThrow"] ; this prevents JVM from doing optimizations which can remove stack traces from NPE and other exceptions :plugins [[lein-cljsbuild "1.0.6"]] - :hooks [leiningen.cljsbuild] :source-paths ["src"] :test-paths ["test/clj"] :profiles {:dev {:dependencies