From 9bfd1a250bf0a443393dcf440af2b630798aef60 Mon Sep 17 00:00:00 2001 From: Dan Holmsand Date: Tue, 2 Jun 2015 11:02:46 +0200 Subject: [PATCH] Update clojurescript --- project.clj | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/project.clj b/project.clj index 9c4abc3..9e1517d 100644 --- a/project.clj +++ b/project.clj @@ -4,7 +4,7 @@ :description "A simple ClojureScript interface to React" :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"]] :plugins [[lein-cljsbuild "1.0.6"]] @@ -23,8 +23,7 @@ :cljsbuild {:builds {:client - {;;:source-paths ["env/dev"] - :figwheel {:on-jsload "reagenttest.runtests/reload"} + {:figwheel {:on-jsload "reagenttest.runtests/reload"} :compiler {:main "reagenttest.runtests" :source-map true :source-map-timestamp true