mirror of
https://github.com/penpot/penpot.git
synced 2025-07-24 18:07:31 +02:00
Define a new settings for the view application.
This commit is contained in:
parent
bfcb96ae87
commit
58563a41cb
4 changed files with 6 additions and 8 deletions
|
@ -11,8 +11,8 @@
|
|||
:output-to "dist/js/main.js"
|
||||
:source-map "dist/js/main.js.map"
|
||||
:output-dir "dist/js/main"
|
||||
: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 :advanced
|
||||
:externs ["externs/main.js"]
|
||||
:static-fns true
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue