diff options
author | Artur Signell <artur@vaadin.com> | 2014-05-15 18:45:12 +0300 |
---|---|---|
committer | Vaadin Code Review <review@vaadin.com> | 2014-05-16 08:22:43 +0000 |
commit | 0f74fdff68cef4eac27913bb4fd0943ff39ca604 (patch) | |
tree | 6288d3438a0231014d3c855f5d389aeb808cf9f9 | |
parent | f453676e7318e19abae2ba3e23cd18ef8eb53b4e (diff) | |
download | vaadin-framework-0f74fdff68cef4eac27913bb4fd0943ff39ca604.tar.gz vaadin-framework-0f74fdff68cef4eac27913bb4fd0943ff39ca604.zip |
Disable closure compiler (#13778)
Change-Id: Id0fb991c4c6323bf8658c92938cf2cd9d80b76a1
-rw-r--r-- | client-compiled/build.xml | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/client-compiled/build.xml b/client-compiled/build.xml index 448c9799cd..78757f5ceb 100644 --- a/client-compiled/build.xml +++ b/client-compiled/build.xml @@ -85,7 +85,8 @@ <arg value="-localWorkers" /> <arg value="${localWorkers}" /> <arg value="-strict" /> - <arg value="-XenableClosureCompiler" /> + <!-- Disabled for now as it breaks code, e.g. ButtonWithShortcutNotRendered --> + <!-- <arg value="-XenableClosureCompiler" />--> <arg line="${extraParams}" /> <arg value="${module}" /> |