Regarding point #3, "Dev Mode On" bookmarklet will only do anything if you already have the file "app/app.nocache.js".
If you don't want to compile the application once to get this file generated, the easiest way is to really replace this manually. I think it would be a good idea to enhance this mechanism so we don't even need that file generated. Em segunda-feira, 2 de julho de 2012 05h41min59s UTC-3, Paul Robinson escreveu: > > On 23/06/12 12:30, Jens wrote: > > I think currently the codeserver only serves the compiled JavaScript of > your app. So you still have to use a server that serves your server side > code. > No, it serves source too. As Brian said, use -src arguments to the code > server. > > > 3.) copy your apps host html page and modify it to point to the > bootstrap file provided by the code server. So instead of <script > src="app/app.nocache.js"> you now have <script > src="http://host:port/app/app.nocache.js">. Thats why you need a different > linker in your module.gwt.xml. > You don't need to do this. The Dev Mode On bookmarklet does this for you. > > Paul > -- You received this message because you are subscribed to the Google Groups "Google Web Toolkit" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To post to this group, send email to [email protected]. Visit this group at http://groups.google.com/group/google-web-toolkit. For more options, visit https://groups.google.com/d/optout.
