On 11/15/06, P T Withington <[EMAIL PROTECTED]> wrote:
The size profiler is supposed to also do this, to give you the size
of your app.  Perhaps there is code there you can share, or fix to
work for DHTML.

I think you want to make 2 pieces:  The LFC + component resources,
which can go in a fixed place and be shared, and the user's app + its
resources, which go in a relative place.


Yeah that sounds like a good idea.

The resource info thing does not account for DHTML resources, since it
ignores runtime-loaded resources, but I might be able to fix it to do that
bookeeping. The other alternative is to use a regexp to find the resource
declarations in the compiled  app javascript code, but that would be a more
fragile hack.

Reply via email to