Set cache-analysis to false.

This commit is contained in:
Andrey Antukh 2016-12-20 12:37:24 +01:00
parent 9edb2a4ee0
commit 79b551af3e
No known key found for this signature in database
GPG key ID: 4DFEBCB8316A8B95

View file

@ -19,6 +19,7 @@
:source-paths ["src"] :source-paths ["src"]
:compiler :compiler
{:main 'uxbox.main {:main 'uxbox.main
:cache-analysis false
:parallel-build false :parallel-build false
:optimizations :none :optimizations :none
:closure-defines options :closure-defines options
@ -35,6 +36,7 @@
:compiler :compiler
{:main 'uxbox.view {:main 'uxbox.view
:parallel-build false :parallel-build false
:cache-analysis false
:optimizations :none :optimizations :none
:closure-defines options :closure-defines options
:language-in :ecmascript6 :language-in :ecmascript6