i have the fallowing structure
/app
application/
configs/
modules/
default/
controllers/
layouts/
views/
forms/
profile/
controllers/
layouts/
views/
forms/
assets/
css/
js/
images/
library/
public/
css/
js/
images/
uploads/
how can i load js and css files from
/application/modules/profile/assets/...?
and use something similar with
$this->view->headLink()->appendStylesheet('path/to/file');
any ideas on this issue?