If I create a GWT project in eclipse without checking the “generate sample code” checkbox, I will get a fairly empty project (as expected). For all the necessary files there is a wizard:
- .Gwt.xml module
- Point of entry
- .Html file
But: How can I generate the required module.nocache.js file?
source share