Sunday, September 6, 2015

Re: production deploy, still see super dev dialog

You should always do a mvn clean before doing a production compile so you can be sure you start from a clean state without anything SDM might has produced.

Also GWT 2.7 (and 2.8-SNAPSHOT) has a timestamp bug for the <module>.nocache.js file which is probably the cause of your issue: 

https://github.com/gwtproject/gwt/issues/9108
https://groups.google.com/forum/#!topic/google-web-toolkit-contributors/q4BgTzs6PXw

-- J.

--
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 http://groups.google.com/group/google-web-toolkit.
For more options, visit https://groups.google.com/d/optout.

No comments:

Post a Comment