Define a new settings for the view application.

This commit is contained in:
Andrey Antukh 2016-07-29 13:45:00 +03:00
parent bfcb96ae87
commit 58563a41cb
No known key found for this signature in database
GPG key ID: 4DFEBCB8316A8B95
4 changed files with 6 additions and 8 deletions

View file

@ -11,8 +11,8 @@
:output-to "dist/view/js/view.js"
:source-map "dist/view/js/view.js.map"
:output-dir "dist/view/js/view/"
:closure-defines {"uxbox.config.url"
"https://test.uxbox.io/api"}
:closure-defines {"uxbox.config.url" "https://test.uxbox.io/api"
"uxbox.config.viewurl" "https://test.uxbox.io/view/"}
:optimizations :simple
:externs ["externs/main.js"]
:static-fns true