Fixed warning message during 'lein test' because of the hooks

This commit is contained in:
Pietro F. Menna 2015-06-25 09:43:59 -04:00
parent 2404445827
commit c1cb056f4e

View file

@ -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