mirror of
https://github.com/penpot/penpot.git
synced 2025-12-11 22:14:05 +01:00
Remporary disable advanced compilation on dist for more easy debugging.
This commit is contained in:
@@ -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})
|
||||
|
||||
Reference in New Issue
Block a user