I know there was/is a way in Monticello itself, but I think it was never widely used. I think most common solution is to use #postLoadDoIt: at different levels (packages, groups, whole project, etc) of Metacello. But yeah, you need a Metacello conf for that.��--On Thu, Aug 20, 2015 at 4:11 PM, Julien Delplanque <julien@tamere.eu> wrote:Hi all,
I have a package for which I need to execute some code after it is loaded in an image.
This package have no dependency so I don't know if it is possible to do it without using a baseline but I guess it's not.
Thanks,
Julien