Hello
I'm trying to get GWT 2.0 to generate one single JavaScript file.
I know it's not the correct way to do things, but the system I'm working
with is very locked and difficult.
For instance it will rename all files I upload.
So what I have tried is using SingleScriptLinker by adding this to my
module:
<inherits name="com.google.gwt.core.Core" />
<add-linker name="sso" />
But it needs one single compilation, and I don't know how to do that.
I can set the user.agent to for instance ie6, then I will get one
permutation and sso works.
Although then I would get for just one browser, I need to support all
browsers.
Thanks
--
Eirik Brandtzæg
--
You received this message because you are subscribed to the Google Groups
"Google Web Toolkit" group.
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.