AI OnAI Off
Might be achievable my intercepting RequiredResources class and doing some black magic there. If somebody adds required script, then actually read the file store in memory and at the end of the request bundles. But it's tricky and I'm wondering about real purpose of trying to bundle all scripts? What is reason behind this? Whole idea of client resources was to provide flexibility to add / remove stuff that's needed.
Thank you for your input. The motive is to be able to minify and bundle all scripts which means smaller scripts and fewer loads.
Hello,
I've a Epi CMS 7.5 Project, consisting of 15+ addons. Each addon potentially have its own scripts appended with this approach in a ClientResources class:
Is there a way to bundle all these scripts into a minified one?
Thanks in advance