The Yahoo User Interface library offers rollup support if you use their CDN. I'm using Zend Framework 1.8.0 and was wondering whats he best way to go about replicating this so as all our css or javascript files can be rolledup into one tag - thus one http request.
I am using the standard MVC components with a .htaccess file that rewrites everything through index.php unless the file or folder physicaly exists or is mapped on the server.
I'd like to have the final rollup file cached client side (if the client supports it) for efficency and further reduced http requests.