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 | |
parent | 3d9ef965bc23d414d315172bac2da1d11ff7bf67 (diff) | |
download | vaadin-framework-e9466f6bf3b81bf48265e139510213409b3fc613.tar.gz vaadin-framework-e9466f6bf3b81bf48265e139510213409b3fc613.zip |
Enabled closure compiler for default widget set (#9103)
Change-Id: I3edc50f73635f4529fb25dec1466b8f1d5f5cba6
-rw-r--r-- | client-compiled/build.xml | 1 | ||||
-rw-r--r-- | client-compiler/ivy.xml | 2 |
2 files changed, 2 insertions, 1 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}" /> diff --git a/client-compiler/ivy.xml b/client-compiler/ivy.xml index aaba00c6af..57254837f4 100644 --- a/client-compiler/ivy.xml +++ b/client-compiler/ivy.xml @@ -55,7 +55,7 @@ rev="0.6" conf="build,ide -> default" /> <dependency org="com.vaadin" name="vaadin-client-compiler-deps" - rev="1.0.0" conf="build,ide -> default" /> + rev="1.0.1" conf="build,ide -> default" /> </dependencies> |