BundleStaticFiles ================= By: Peter Bengtsson, Fry-IT, peter@fry-it.com Year: 2008 This is a tool for Zope sites. You're expected to use it in your templates to achive much faster pages. BundleStaticFiles makes it possible to lump together several static files such as CSS and Javascript into one file that you can safely cache for infinity. So instead of writing:: ...you get just one:: The way to use it is to say the names of the uri's you want to use like this example in ZPT:: The reason it's called portal_bundlefiles which smells like CMFish is that that's how we originally needed it. When time allows I might rework it so that it works more standalone.