I'm using Omnifaces 1.0 in conjunction with Richfaces 4.0. Typically, I suppress some of the css/js included by Richfaces as it's unnecessary and unwieldy. I do this by definiing a custom renderer for the renderer-type javax.faces.resource.Script or javax.faces.resource.Stylesheet.
When I enable org.omnifaces.resourcehandler.CombinedResourceHandler some of the previously suppressed CSS seems to be getting combined. Is there a way to define assets that I would like to have excluded from the ResourceHandler?