CodeIgniter-Assets icon indicating copy to clipboard operation
CodeIgniter-Assets copied to clipboard

Asset Management for CodeIgniter Framework

Results 2 CodeIgniter-Assets issues
Sort by recently updated
recently updated
newest added

Code from my header view: it dishaply: ----------------- My directories structure: --------------- application public_html ...|_assets .......|_cache/604016905a30921163fced20a4d75f87.css --cache file forever is empty !!! .......|_css/main.css, ............|_theme/theme_style.css system etc.. ------------------------ my config: ---------------------------...

First of all, thanks for the library. I've got this config.php: ``` php $config['script_dirs'] = array('assets/script/'); $config['style_dirs'] = array('assets/style/'); $config['cache_dir'] = 'assets/cache/'; $config['combine_css'] = TRUE; $config['minify_css'] = TRUE; $config['combine_js'] =...