diff options
author | Artur Signell <artur@vaadin.com> | 2014-02-11 23:28:36 +0200 |
---|---|---|
committer | Vaadin Code Review <review@vaadin.com> | 2014-02-12 07:11:27 +0000 |
commit | 8937de6edd1606477587e67b43562aa1531be1dd (patch) | |
tree | 1855e0daa9d442436ce4a909fae7be58b602331e | |
parent | b8be7d056af02b0017c2d6705d95f6aefeb7ceac (diff) | |
download | vaadin-framework-8937de6edd1606477587e67b43562aa1531be1dd.tar.gz vaadin-framework-8937de6edd1606477587e67b43562aa1531be1dd.zip |
Collapse all permutations by default (#13274)
Change-Id: I98b13000067d7be8caf94ebecda6e40b698b21e0
-rwxr-xr-x | client/src/com/vaadin/DefaultWidgetSet.gwt.xml | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/client/src/com/vaadin/DefaultWidgetSet.gwt.xml b/client/src/com/vaadin/DefaultWidgetSet.gwt.xml index 3aba1f6fee..2719493853 100755 --- a/client/src/com/vaadin/DefaultWidgetSet.gwt.xml +++ b/client/src/com/vaadin/DefaultWidgetSet.gwt.xml @@ -10,4 +10,8 @@ <entry-point class="com.vaadin.client.ApplicationConfiguration" /> + <!-- Since 7.2. Compile all permutations (browser support) into one Javascript + file. Speeds up compilation and does not make the Javascript significantly + larger. --> + <collapse-all-properties /> </module> |