Are there any Resource Loaders avaiable that works server-side? Is that called Ressource Loader? I like the Ressource Loader of Mediawiki very much. Is there a project to use their Ressource Loader standalone?
For me, a Ressource Loader is a script, that packs multible js-Files into one, compress them and cache them. Then send it to the client.
Edit:Something like assetic. Thanks for mentioning in the comments.
Thanks in advance!
I have found Minify. Assetic seems a bit complicated for me.
Minify can:
But there is a bug. You have to remove every realpath(...)-function in /min/lib/Minify/Controller/MinApp.php.