Re: CompileBL Scenario

"[email protected]" <[email protected]> Fri, 25 Sep 2009 00:09:47 +0200
Newsgroups gmane.comp.cms.xaraya.devel
Organization Xaraya
Message-ID <[email protected]>
[email protected] wrote:
> The only idea I have so far is to include at compile time the
> tags of any module that is active. But that's not really lazy loading.
> 
> Strictly speaking you can't include stylesheets at run time, as far as I 
> know. So maybe that's as good as it gets.

As an exercise I have added this feature to the main branch, making it 
unnecessary to move module tags into the filesystem of the compiler.
But this sets up a new dependency of the compiler on Xaraya, because the 
compiler needs to look for what tags to load, and does that by checking 
for active modules via the modules module. Guess I have to find a 
mechanism to decouple that. Thoughts?

Marc