mirror of https://github.com/status-im/reagent.git
Update clojurescript.test and cljsbuild
This commit is contained in:
parent
0457b2535e
commit
b2294b5dea
|
@ -5,8 +5,8 @@
|
|||
:description "A simple ClojureScript interface to React"
|
||||
:dependencies [[org.clojure/clojure "1.5.1"]
|
||||
[org.clojure/clojurescript "0.0-2173"]]
|
||||
:plugins [[lein-cljsbuild "1.0.1"]
|
||||
[com.cemerick/clojurescript.test "0.2.1"]]
|
||||
:plugins [[lein-cljsbuild "1.0.2"]
|
||||
[com.cemerick/clojurescript.test "0.2.2"]]
|
||||
:profiles {:prod {:cljsbuild
|
||||
{:builds
|
||||
{:client {:compiler
|
||||
|
@ -14,8 +14,7 @@
|
|||
:elide-asserts true
|
||||
:preamble ^:replace ["reagent/react.min.js"]
|
||||
:pretty-print false}}}}}
|
||||
:test {:plugins [[com.cemerick/clojurescript.test "0.2.1"]]
|
||||
:cljsbuild
|
||||
:test {:cljsbuild
|
||||
{:builds
|
||||
{:client {:source-paths ^:replace
|
||||
["test" "src" "demo"
|
||||
|
|
Loading…
Reference in New Issue