diff options
author | Artur Signell <artur@vaadin.com> | 2013-04-12 13:35:22 +0300 |
---|---|---|
committer | Vaadin Code Review <review@vaadin.com> | 2013-04-15 10:10:16 +0000 |
commit | e9466f6bf3b81bf48265e139510213409b3fc613 (patch) | |
tree | d49b9ae23259182790c3a41d268721f430200966 /client-compiled | |
parent | 3d9ef965bc23d414d315172bac2da1d11ff7bf67 (diff) | |
download | vaadin-framework-e9466f6bf3b81bf48265e139510213409b3fc613.tar.gz vaadin-framework-e9466f6bf3b81bf48265e139510213409b3fc613.zip |
Enabled closure compiler for default widget set (#9103)
Change-Id: I3edc50f73635f4529fb25dec1466b8f1d5f5cba6
Diffstat (limited to 'client-compiled')
-rw-r--r-- | client-compiled/build.xml | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/client-compiled/build.xml b/client-compiled/build.xml index 4554773be9..c9c3244c0e 100644 --- a/client-compiled/build.xml +++ b/client-compiled/build.xml @@ -85,6 +85,7 @@ <arg value="-localWorkers" /> <arg value="${localWorkers}" /> <arg value="-strict" /> + <arg value="-XenableClosureCompiler" /> <arg line="${extraParams}" /> <arg value="${module}" /> |