mirror of https://github.com/status-im/reagent.git
Update clojurescript
This commit is contained in:
parent
2d6e74d477
commit
9bfd1a250b
|
@ -4,7 +4,7 @@
|
||||||
:description "A simple ClojureScript interface to React"
|
:description "A simple ClojureScript interface to React"
|
||||||
|
|
||||||
:dependencies [[org.clojure/clojure "1.7.0-RC1"]
|
:dependencies [[org.clojure/clojure "1.7.0-RC1"]
|
||||||
[org.clojure/clojurescript "0.0-3297"]
|
[org.clojure/clojurescript "0.0-3308"]
|
||||||
[cljsjs/react "0.13.3-0"]]
|
[cljsjs/react "0.13.3-0"]]
|
||||||
|
|
||||||
:plugins [[lein-cljsbuild "1.0.6"]]
|
:plugins [[lein-cljsbuild "1.0.6"]]
|
||||||
|
@ -23,8 +23,7 @@
|
||||||
:cljsbuild
|
:cljsbuild
|
||||||
{:builds
|
{:builds
|
||||||
{:client
|
{:client
|
||||||
{;;:source-paths ["env/dev"]
|
{:figwheel {:on-jsload "reagenttest.runtests/reload"}
|
||||||
:figwheel {:on-jsload "reagenttest.runtests/reload"}
|
|
||||||
:compiler {:main "reagenttest.runtests"
|
:compiler {:main "reagenttest.runtests"
|
||||||
:source-map true
|
:source-map true
|
||||||
:source-map-timestamp true
|
:source-map-timestamp true
|
||||||
|
|
Loading…
Reference in New Issue