Tuesday, April 18, 2017

GWT/Maven development cycle takes much too long

First of all I recommend remove all permutations.
This is very easy, add this to module.gwt.xml:
<set-property name="user.agent" value="safari"/>
This will use the only perm for all browsers. That are not needed actually.

Then you can omit GWT compilation at all before you are going to start super-dev-mode because codeserver itself will also compile everything again.
And finally you can edit and instant rebuild in superdevmode (it takes few seconds).

--
You received this message because you are subscribed to the Google Groups "GWT Users" group.
To unsubscribe from this group and stop receiving emails from it, send an email to google-web-toolkit+unsubscribe@googlegroups.com.
To post to this group, send email to google-web-toolkit@googlegroups.com.
Visit this group at https://groups.google.com/group/google-web-toolkit.
For more options, visit https://groups.google.com/d/optout.

No comments:

Post a Comment