I trried to add on line 48 on the asset library this paths but that didn't help me
`
$asset_location = $base_url.‘system/assets'
$asset_location = $base_url.‘system/application/assets/’;'
I made a controller for my site and uploaded my library like this
'$this->load->helper(asset);'
In my view file I used
css_asset('my.css');
The css is not loading waht am I doing wrong?
Please help