Hello,
Im using ClientBundle with a lot of picture (around 2000 picture divided
into 36 bundles).
I've disabled data inlining with such option: <set-property
name="ClientBundle.enableInlining" value="false" />
But the resulting script increase from 500kb (without bundle) to 800kb
(with bundle)
It include such generated lines:
> function lHb(){lHb=m3d;SEb();cEb=new Rxd((wyd(),new
> syd(nDb)),1140,0,228,120)}
> function YOb(){YOb=m3d;DMb();PLb=new Rxd((wyd(),new
> syd($Kb)),1140,0,228,120)}
> function u2b(){u2b=m3d;__b();l_b=new Rxd((wyd(),new
> syd(w$b)),1140,0,228,120)}
> function I2b(){I2b=m3d;__b();z_b=new Rxd((wyd(),new
> syd(w$b)),3810,60,114,60)}
> function G2b(){G2b=m3d;__b();x_b=new Rxd((wyd(),new
> syd(w$b)),3924,60,114,60)}
I understand the reason for this code to be generated, but it is a waste of
space in my specific case:
All bundles are almost identic (only color variation) then all images
cliping information are unnecessarily repreated.
Does anyone facing the same issue ?
Any idea to get rid of theses 300kb ?
--
You received this message because you are subscribed to the Google Groups
"Google Web Toolkit" group.
To view this discussion on the web visit
https://groups.google.com/d/msg/google-web-toolkit/-/422cDX0lro0J.
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.