Questions & Discussion

Does it preserve order

I like the idea of the module, but hen i use it, the scripting does not work anymore. I assume it's an order thing. [code] try { Loader::model('asset_optimizer','xclydes_utilities'); AssetOptimizer::a…

An example?

Hello, how would you incorporate this utility for something like the following? /elements/header_required.php: [code] $html = Loader::helper('html'); if($u->isRegistered()) { $this->addHeaderItem($html->css('ccm.base.css'), 'CORE'); $this->add…

Can this work for CSS/JS from Add-On's?

I understand that the other poster raised a good point that the optimization should be incorporated into the core engine, and I agree. But for now, based on what's available now, can we consolidate CSS and Javascript used by add-on modules to save conn…

Suggestions

Hi. I just came across these utilities. Very cool and something that would be nice to be included in the core. In fact, I had started putting together something with the same goal. However, my implementation was a bit different as I was trying to requ…

Filter Posts