Putting the <script> at the end of your page (just before the </body>) 
should be enough in most cases.

You cannot use <script defer> or <script async> because nocache.js files 
make use of document.write() which would blow your page if it's already 
loaded. At least with the provided linkers, but you could make your own 
linker…
(FYI, the document.write() are used to inject the <script src=""/> you might 
have in your *.gwt.xml, and make sure they're all loaded before your 
onModuleLoad is called)

-- 
You received this message because you are subscribed to the Google Groups 
"Google Web Toolkit" group.
To view this discussion on the web visit 
https://groups.google.com/d/msg/google-web-toolkit/-/F6nFLjogQk8J.
To post to this group, send email to [email protected].
To unsubscribe from this group, send email to 
[email protected].
For more options, visit this group at 
http://groups.google.com/group/google-web-toolkit?hl=en.

Reply via email to