in a view it creates this url: http://www.somedomain.com//assets/css/app.css
but it should be http://www.somedomain.com/themes//assets/css/app.css that corresponds to the symlink created in the public folder. Is this a bug or am I doing something wrong?
Hi, Using:
<link rel="stylesheet" href="{{ themes('css/app.css') }}">
in a view it creates this url: http://www.somedomain.com//assets/css/app.css
but it should be http://www.somedomain.com/themes//assets/css/app.css that corresponds to the symlink created in the public folder. Is this a bug or am I doing something wrong?
Thanks