From 63f2f3f0a7ddb4641e07d37928f9cb50fc15355c Mon Sep 17 00:00:00 2001 From: Andrey Antukh Date: Sat, 19 Mar 2016 17:59:13 +0200 Subject: [PATCH] Add missing config on dist.clj script. --- scripts/dist.clj | 2 ++ 1 file changed, 2 insertions(+) diff --git a/scripts/dist.clj b/scripts/dist.clj index 53e87e1f0..15a1c7ffa 100644 --- a/scripts/dist.clj +++ b/scripts/dist.clj @@ -14,6 +14,8 @@ :warnings {:ns-var-clash false} :output-to "resources/public/js/main.js" :output-dir "resources/public/js" + :closure-defines {"uxbox.repo.core.url" + "https://test.uxbox.io/api"} :optimizations :simple :static-fns true :language-in :ecmascript5