On 27/08/2010, at 7:50 AM, Ekki Plicht (DF4OR) wrote:
Am Montag 23 August 2010, 23:17:40 schrieb Ben van Staveren:
$c.uri_for() would have worked as well, as I have learned now (tnx Stuart).
Am Montag 23 August 2010, 23:17:40 schrieb Ben van Staveren:
try using /static/css/main.css ;)
Yup, that did the trick.$c.uri_for() would have worked as well, as I have learned now (tnx Stuart).
$c->uri_for('/static/wherever') is the correct solution. Giving it an absolute path will most likely break if you end up deploying your application somewhere other than the server root.
