Fixed warning message during 'lein test' because of the hooks
This commit is contained in:
parent
2404445827
commit
c1cb056f4e
1 changed files with 0 additions and 1 deletions
|
|
@ -5,7 +5,6 @@
|
||||||
]
|
]
|
||||||
:jvm-opts ["-XX:-OmitStackTraceInFastThrow"] ; this prevents JVM from doing optimizations which can remove stack traces from NPE and other exceptions
|
: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"]]
|
:plugins [[lein-cljsbuild "1.0.6"]]
|
||||||
:hooks [leiningen.cljsbuild]
|
|
||||||
:source-paths ["src"]
|
:source-paths ["src"]
|
||||||
:test-paths ["test/clj"]
|
:test-paths ["test/clj"]
|
||||||
:profiles {:dev {:dependencies
|
:profiles {:dev {:dependencies
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue