mirror of
https://github.com/penpot/penpot.git
synced 2025-08-07 14:38:33 +02: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"
|
:output-dir "resources/public/js"
|
||||||
:closure-defines {"uxbox.repo.core.url"
|
:closure-defines {"uxbox.repo.core.url"
|
||||||
"https://test.uxbox.io/api"}
|
"https://test.uxbox.io/api"}
|
||||||
:optimizations :advanced
|
:optimizations :simple
|
||||||
:externs ["externs/main.js"]
|
:externs ["externs/main.js"]
|
||||||
:source-map "resources/public/js/main.js.map"
|
:source-map "resources/public/js/main.js.map"
|
||||||
:static-fns true
|
:static-fns true
|
||||||
|
:pretty-print true
|
||||||
:language-in :ecmascript5
|
:language-in :ecmascript5
|
||||||
:language-out :ecmascript5
|
:language-out :ecmascript5
|
||||||
:verbose true})
|
:verbose true})
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue