]> source.dussan.org Git - vaadin-framework.git/commitdiff
Workaround for super dev mode line offset issue (#14051)
authorArtur Signell <artur@vaadin.com>
Wed, 13 Aug 2014 17:00:17 +0000 (20:00 +0300)
committerArtur Signell <artur@vaadin.com>
Wed, 13 Aug 2014 17:12:05 +0000 (20:12 +0300)
Change-Id: I29f59fce90b7060a97787d3c3ce12f890af40079

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

index 27194938537de5ce662e6c6ae380db2cab3f52de..461bd5ed1b71670260ce66612ef0f35c68c11927 100755 (executable)
@@ -14,4 +14,8 @@
         file. Speeds up compilation and does not make the Javascript significantly 
         larger. -->
     <collapse-all-properties />
+
+    <!-- Workaround for http://dev.vaadin.com/ticket/14051 -->
+    <set-property name="compiler.useSymbolMaps" value="true" />
+
 </module>