GWT - How to generate * .nocache.js

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?

+4
source share
1 answer

You do not need to generate it manually, and do not encourage Google.

Once you compile your gwt project , it generates.

+7
source

Source: https://habr.com/ru/post/1494769/


All Articles