Add compile time defined url variable for easy config the api url.

This commit is contained in:
Andrey Antukh 2016-03-15 23:00:57 +02:00
parent e5fda5aac3
commit f80c48e679
5 changed files with 10 additions and 7 deletions

View file

@ -16,6 +16,8 @@
:asset-path "js"
:parallel-build false
:optimizations :none
:closure-defines {"uxbox.repo.core.url"
"https://test.uxbox.io/api"}
:warnings {:ns-var-clash false}
:pretty-print true
:language-in :ecmascript5