From dfd05b614c0170a2c6e8bf0260b9fa22c62965df Mon Sep 17 00:00:00 2001 From: Eric Normand Date: Tue, 23 May 2017 14:44:56 -0500 Subject: [PATCH] Add re-frame and re-frame http-fx --- docs/cache-cljs/project.clj | 2 ++ 1 file changed, 2 insertions(+) diff --git a/docs/cache-cljs/project.clj b/docs/cache-cljs/project.clj index 8e8a493c..a1fce803 100644 --- a/docs/cache-cljs/project.clj +++ b/docs/cache-cljs/project.clj @@ -9,6 +9,8 @@ [org.omcljs/om "1.0.0-alpha47"] [com.cemerick/url "0.1.1"] [rewrite-cljs "0.4.3"] + [re-frame "0.9.3"] + [day8.re-frame/http-fx "0.1.3"] ;[org.clojure/core.match "0.3.0-self-host"] ;[reagent "0.6.1-SNAPSHOT"] ;[org.clojure/math.combinatorics "0.1.3"]