Posted by fubhy on February 3, 2013 at 11:01pm
1 follower
Jump to:
| Project: | Omega |
| Version: | 7.x-4.x-dev |
| Component: | Code |
| Category: | bug report |
| Priority: | normal |
| Assigned: | Unassigned |
| Status: | active |
Issue Summary
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
#1
#2
Still not happy with this... Will look into it once more and see how we can improve it.