On Wednesday, September 20, 2017 at 11:25:45 AM UTC+2, Ignacio Baca Moreno-Torres wrote: > > Eh! the bookmark (or similar tool > https://gist.github.com/ibaca/1dc87a58ee542840a5f90c5ff2931329) are still > useful if you use only the codeserver. >
If you mean "only the codeserver", without an HTTP server for the HTML host page, then yes; but that's really an edge-case (and the only valid use case for the embedded Jetty in DevMode if you ask me) That's what I call a "standalone app" in https://tbroyer.github.io/gwt-maven-plugin/codeserver.html I'd still strongly recommend using either DevMode or a separate HTTP server ("python -m http.server" works great; but there are many other similar lightweight tools; or possibly https://github.com/tbroyer/gwt-devserver) and *not* rely on the bookmarklets. We're getting really off topic for the thread though. -- 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 [email protected]. To post to this group, send email to [email protected]. Visit this group at https://groups.google.com/group/google-web-toolkit. For more options, visit https://groups.google.com/d/optout.
