Disable :advanced compilation in dist-main script.

This commit is contained in:
Andrey Antukh 2016-11-21 23:32:29 +01:00
parent 567075f9c5
commit 730bbba2b9
No known key found for this signature in database
GPG key ID: 4DFEBCB8316A8B95
2 changed files with 2 additions and 2 deletions

View file

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