0
Fork 0
mirror of https://github.com/penpot/penpot.git synced 2025-03-10 06:41:40 -05:00

Disable analysis cache and enable advanced optimizations on dist-main.

This commit is contained in:
Andrey Antukh 2016-11-22 00:06:40 +01:00
parent 5a167ae031
commit dc83e23ed1
No known key found for this signature in database
GPG key ID: 4DFEBCB8316A8B95
3 changed files with 4 additions and 1 deletions

View file

@ -12,7 +12,8 @@
:output-dir "dist/js/main"
:closure-defines {"uxbox.config.url" "https://test.uxbox.io/api"
"uxbox.config.viewurl" "https://test.uxbox.io/view/"}
:optimizations :simple
:optimizations :advanced
:cache-analysis false
:externs ["externs/main.js"]
:static-fns true
:elide-asserts true

View file

@ -13,6 +13,7 @@
:closure-defines {"uxbox.config.url" "https://test.uxbox.io/api"
"uxbox.config.viewurl" "https://test.uxbox.io/view/"}
:optimizations :simple
:cache-analysis false
:externs ["externs/main.js"]
:static-fns true
:elide-asserts true

View file

@ -12,6 +12,7 @@
:asset-path "js"
:parallel-build true
:optimizations :advanced
:cache-analysis false
:static-fns true
:pretty-print false
:language-in :ecmascript6