I'd like to implement a custom IBundleTransform that is executed for every request. This would allow it to send user-specific CSS to each user.
However, it seems that even if I set the UseServerCache property to false, the transform only runs on the first request.
Is is possible to execute the transform on every request?