mirror of
https://github.com/penpot/penpot.git
synced 2025-01-26 00:19:07 -05:00
Add missing config on dist.clj script.
This commit is contained in:
parent
a17b79da77
commit
63f2f3f0a7
1 changed files with 2 additions and 0 deletions
|
@ -14,6 +14,8 @@
|
||||||
:warnings {:ns-var-clash false}
|
:warnings {:ns-var-clash false}
|
||||||
:output-to "resources/public/js/main.js"
|
:output-to "resources/public/js/main.js"
|
||||||
:output-dir "resources/public/js"
|
:output-dir "resources/public/js"
|
||||||
|
:closure-defines {"uxbox.repo.core.url"
|
||||||
|
"https://test.uxbox.io/api"}
|
||||||
:optimizations :simple
|
:optimizations :simple
|
||||||
:static-fns true
|
:static-fns true
|
||||||
:language-in :ecmascript5
|
:language-in :ecmascript5
|
||||||
|
|
Loading…
Add table
Reference in a new issue