Re: Gwt client-side only needed files

2013-11-15 Thread gianmarco ascenzo
Hi, thanks for reply, i deleted WEB-INF directory and i compiled only for chrome browser, but size appear more biggest than disk size . The project is about 6 Mb, there are other solution for compress it? I think that 6 Mb are too large for a client-side application, my old site in

Re: Gwt client-side only needed files

2013-11-15 Thread Thomas Broyer
Could you give more details on the files you have? (you don't have a single 6Mb file, do you?) On Friday, November 15, 2013 9:40:32 AM UTC+1, gianmarco ascenzo wrote: Hi, thanks for reply, i deleted WEB-INF directory and i compiled only for chrome browser, but size appear more biggest

Re: Gwt client-side only needed files

2013-11-15 Thread gianmarco ascenzo
Yes, i don't have only one file with 6 Mb size, this is the hierarchy of project considering name-project is 'example': war/ example.css example.html favicon.ico example/ 16 files extensions *.gif, *.png, *.html,*.js. /*General cache files*/ gwt/ sc/

Re: Gwt client-side only needed files

2013-11-15 Thread Jens
Am Freitag, 15. November 2013 10:17:24 UTC+1 schrieb gianmarco ascenzo: Yes, i don't have only one file with 6 Mb size, this is the hierarchy of project considering name-project is 'example': war/ example.css example.html favicon.ico example/ 16 files extensions

Re: Gwt client-side only needed files

2013-11-15 Thread gianmarco ascenzo
Thank you, very usefull flag, you think that i have to remove smart-gwt library? i'm using only for a good graphical approach but if this can compromize my project size i can delete it. i'm also trying to compile for firefox only but it gives me an error in xml : generate-with

Re: Gwt client-side only needed files

2013-11-15 Thread gianmarco ascenzo
You are a genius smart-gwt in war directory used about 5 Mb, now without library the project size decrease to 1.5 Mb for all browsers, and 400kb for only one browser thank you very much u saved me =) , unfortunately i can not use animation without gwt. Il giorno venerdì 15 novembre 2013

Gwt client-side only needed files

2013-11-13 Thread gianmarco ascenzo
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.

Re: Gwt client-side only needed files

2013-11-13 Thread Colin Alworth
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