Re: Images in css files
Re: Images in css files
- Subject: Re: Images in css files
- From: Mike Schrag <email@hidden>
- Date: Sun, 30 Nov 2008 18:08:12 -0500
Ah, nice!
How do you handle changing URLs for static resources, are you using
URL rewriting or something of that kind?
ERXResourceManager extends WOResourceManager and is the thing inside
of WO that actually generates the URLs for static resources in your
app. In Wonder's there's a pluggable versionmanager interface that
you can implement custom versioning schemes. There are currently two
impls, "default" (which does no versioning) and "properties" (which
lets you set the version per app, per framework, or per file for your
static resources). We currently just use app-level versions, so when
we change our static resources, we bump the version number in
Properties so clients reload.
ms
_______________________________________________
Do not post admin requests to the list. They will be ignored.
Webobjects-dev mailing list (email@hidden)
Help/Unsubscribe/Update your Subscription:
This email sent to email@hidden