Friday, November 15, 2013

Re: Gwt client-side only needed files

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 name="com.google.ChromeServiceGenerator">
  <when-property-is name="webkitVariant" value="chrome" />
  <when-type-is name="com.google.Service" />
</generate-with>

- unexpected attribute 'name' -

thank you, for helping me really   



Il giorno venerdì 15 novembre 2013 10:35:08 UTC+1, Jens ha scritto:


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 *.gif, *.png, *.html,*.js.   /*General cache files*/
          gwt/  
          sc/        /*created by smart-gwt*/

  WEB-INF/      /*deleted for client-side app*/


Well, I would bet its because of smart-gwt. You can create a GWT compile report to see how things contribute to your file sizes: http://www.gwtproject.org/doc/latest/DevGuideCompileReport.html


-- J.

--
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 google-web-toolkit+unsubscribe@googlegroups.com.
To post to this group, send email to google-web-toolkit@googlegroups.com.
Visit this group at http://groups.google.com/group/google-web-toolkit.
For more options, visit https://groups.google.com/groups/opt_out.

No comments:

Post a Comment