None of the WEB-INF/ directory should be needed, provided you are not 
running a servlet container, but that is the only 'server-only' code that 
generally is created that will take up any meaningful size.

Another option at your disposal is to get rid of the permutations and 
instead make just one permutation that contains details about every 
browser, instead of splitting it up to give each browser only what it 
needs. Easiest way to do that is to add <collapse-all-properties /> to your 
config file. More on that and other ways to skip some permutations at 
http://code.google.com/p/google-web-toolkit/wiki/SoftPermutations

On Wednesday, November 13, 2013 3:11:32 AM UTC-6, gianmarco ascenzo wrote:
>
> Hi everyone,
> I'm using gwt for a web only client-side application,  I have few KB 
> available on device and then i can't export all war directory because much 
> more big of disk size.I would like to compress it, if possible, in one file 
> or removing unused part from war directory to lighten project.
> Does anyone know how could I do?  
> Thanks for replies.
>
>

-- 
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/groups/opt_out.

Reply via email to