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