]> source.dussan.org Git - vaadin-framework.git/commitdiff
Collapse all permutations by default (#13274)
authorArtur Signell <artur@vaadin.com>
Tue, 11 Feb 2014 21:28:36 +0000 (23:28 +0200)
committerVaadin Code Review <review@vaadin.com>
Wed, 12 Feb 2014 07:11:27 +0000 (07:11 +0000)
Change-Id: I98b13000067d7be8caf94ebecda6e40b698b21e0

client/src/com/vaadin/DefaultWidgetSet.gwt.xml

index 3aba1f6fee2987a89516d34b40b40e1f24210378..27194938537de5ce662e6c6ae380db2cab3f52de 100755 (executable)
@@ -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>