Hi Peter,

I don't know what causes your issue, but git has a very nice command 
that you can use to find which commit to blame:  git bisect  [1]
Maybe that will help you pinpoint the problem.

[1] http://git-scm.com/book/en/Git-Tools-Debugging-with-Git#Binary-Search

Regards,
Marc


On 11/30/2012 10:23 AM, Peter Schneider wrote:
> Hi,
>
> I am facing a very annoying issue with the current (1.2.x branch) qooxdoo.
> I am having a quite big application using some resources that used to sum up
> to about 2.8MB packed packages.
>
> But currently (qooxdoo_branch_2_1_x r56444) it sums up to over 7.4MB!
> Taking a look into the build/resource folder(s) I find many resources that are
> definitely *not* used! Most needless "space-waste" are the icons in their not
> used sizes (128, 64, 48, 22, 'I'm only using 16 and 32 sized icons[1]).
>
> This might be related to an 'old' issue (#3666[2]), but that's quite old...
>
> Going back in the branches history seems to remove the problem.
> For example branch_2_0_x r56328 doesn't have _that_ problem... Although it
> might have others (e.g. including the complete 'Classic' decoration(s)
> although 'Modern' is mainly used), but that's history.
> I think the generator might have changed one or two times during that period 
> ;)
>
> I did not check all the history of the branch(es), but after a quick check,
> late 2.0.x branch does behave more correct here.
>
> Any help/work-around would be very appreciated, 'cause currently I have to
> remove the not-needed-resources by hand :-/
>
>
> Regards,
>    /Peter
>
> -----
> [1] like e.g. #asset(qx/icon/${qx.icontheme}/${iconSizes}/emotes/face-sad.png)
>      with the config.json containing this assignment:
>      <code>
>      ...
>      "jobs" :
>      {
>        "common" :
>        {
>          "asset-let" : {
>            "iconSizes" : [ "16", "32" ]
>          },
>          ...
>      }
>      ...
>      </code>
>
> [2] http://bugzilla.qooxdoo.org/show_bug.cgi?id=3666
>
> ------------------------------------------------------------------------------
> Keep yourself connected to Go Parallel:
> TUNE You got it built. Now make it sing. Tune shows you how.
> http://goparallel.sourceforge.net
> _______________________________________________
> qooxdoo-devel mailing list
> [email protected]
> https://lists.sourceforge.net/lists/listinfo/qooxdoo-devel


------------------------------------------------------------------------------
Keep yourself connected to Go Parallel: 
TUNE You got it built. Now make it sing. Tune shows you how.
http://goparallel.sourceforge.net
_______________________________________________
qooxdoo-devel mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/qooxdoo-devel

Reply via email to