assets-ci
assets-ci copied to clipboard
Only a blank page
Hello!
Im trying to install and configure your library but app breaks on Assets:css function. Only a blank page. Im using HMVC and a template library.
Ty for your support.
Ok, documentation is not complete:
- all folders should go on APPPATH/third_party/assets/
- helpers and configs should autoload (¿why not loaded on library?)
Now, im trying to use relative paths on all my css/js calls, but not working: $config['assets']['assets_dir'] = ''; $config['assets']['js_dir'] = ''; $config['assets']['css_dir'] = ''; $config['assets']['cache_dir'] = 'cache'; $config['assets']['img_dir'] = '';
and...
and only get a 0.css cached file....
Do you know some way for that? Thanks.