mirror of
https://github.com/penpot/penpot.git
synced 2025-01-08 07:50:43 -05:00
Remporary disable advanced compilation on dist for more easy debugging.
This commit is contained in:
parent
69a334e206
commit
4422974e4a
1 changed files with 2 additions and 1 deletions
|
@ -16,10 +16,11 @@
|
|||
:output-dir "resources/public/js"
|
||||
:closure-defines {"uxbox.repo.core.url"
|
||||
"https://test.uxbox.io/api"}
|
||||
:optimizations :advanced
|
||||
:optimizations :simple
|
||||
:externs ["externs/main.js"]
|
||||
:source-map "resources/public/js/main.js.map"
|
||||
:static-fns true
|
||||
:pretty-print true
|
||||
:language-in :ecmascript5
|
||||
:language-out :ecmascript5
|
||||
:verbose true})
|
||||
|
|
Loading…
Reference in a new issue