0
Fork 0
mirror of https://github.com/penpot/penpot.git synced 2025-01-09 00:10:11 -05:00

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"]
:compiler
{:main 'uxbox.main
:cache-analysis false
:parallel-build false
:optimizations :none
:closure-defines options
@ -35,6 +36,7 @@
:compiler
{:main 'uxbox.view
:parallel-build false
:cache-analysis false
:optimizations :none
:closure-defines options
:language-in :ecmascript6