From 78e7f576553edb14876b1852f8d322e0eba39a71 Mon Sep 17 00:00:00 2001 From: Andrey Antukh Date: Sat, 9 Apr 2016 18:51:54 +0300 Subject: [PATCH] Update figwheel.clj --- scripts/figwheel.clj | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/scripts/figwheel.clj b/scripts/figwheel.clj index 6575e7621..599c6fa73 100644 --- a/scripts/figwheel.clj +++ b/scripts/figwheel.clj @@ -16,10 +16,8 @@ :asset-path "js" :parallel-build false :optimizations :none - ;; :closure-defines {"uxbox.repo.core.url" - ;; "https://test.uxbox.io/api"} :closure-defines {"uxbox.repo.core.url" - "http://localhost:6060/api"} + "https://test.uxbox.io/api"} :warnings {:ns-var-clash false} :pretty-print true :language-in :ecmascript5