In ./fuel/core/config/asset.phpyou can change the following code:
'paths' => array(''),
and
'img_dir' => 'img/',
'js_dir' => 'js/',
'css_dir' => 'css/'
If you configure pathson assetsand css_diron css/, you can enable [base_url] /assets/css/pepper-grinder/jquery-ui-1.8.11.custom.min.csswithecho Asset::css('pepper-grinder/jquery-ui-1.8.11.custom.min.css');
source
share