Currently, when requesting the CSS3PIE selectors .css file it is always loaded from a given path. However, that path may not exist if you migrated your theme settings and didn't perform a form submit. This needs to be fixed and I think we can afford a single is_file() check there to build the file on demand if it doesn't exist.
Comments
Comment #1
fubhy commentedComment #2
fubhy commentedStill not happy with this... Will look into it once more and see how we can improve it.
Comment #3
fubhy commentedActually this works now. It rebuilds it on registry rebuild. That's good enough.