[eluser]kilishan[/eluser]
[quote author="stondin" date="1265952043"]Hi there,
I keep running into an issue while using your Assets, devMode Plugin and Safari.
I think safari has problems with the combine script and pages don't render past the initial script tags in the header when the website is running in either 'test' or 'production' modes. Any help with this issue would be really appreciated.
Kind regards
Dan[/quote]
Hey Dan,
It doesn't appear to be a Safari issue, at least not on my machine. I'm running on a Mac, so I don't know if the PC version of Safari does something differently, but I wouldn't think so.
Did you set your dir locations in the combine.php script, also? At the top of the script, just below the license info are four lines. The last three of these are the important ones:
Code:
$cache = true;
$cachedir = dirname(__FILE__) . '/codeigniter/cache/assets/';
$cssdir = dirname(__FILE__) . '/public/css';
$jsdir = dirname(__FILE__) . '/public/js';
If you haven't already, then you need to adjust these to match your settings.
If this isn't the problem, can you give me any more information? I just checked one of my sites in both Chrome and Safari and it's working fine on the development server.
Oh, another thought would be to make sure your .htaccess allows access to that file, if you're using one.