I can’t make the assets work with the code provided by the contributors the only way i can get my css is with a method discovered by someone else on this ciforum
<?php $this->load->helper('html'); $this->load->helper('asset'); echo link_tag(css_asset_url('default.css'));?>
and now I need a similar method or a solution to include my jquery file in the view that I am setting up.
ps:I tried all the indications form the assets none of them work is this a bug?
Thank you