Less CSS : http://lesscss.org/ Based on : http://leafo.net/lessphp/
Put LessCSS::compileAll();
in your script as soon as possible
return array (
'files' => array (
APPPATH . 'files/admin.less' => PUBLICPATH . 'files/admin.css',
APPPATH . 'files/styles.less' => PUBLICPATH . 'files/styles.css'
),
'force_update' => true
);
force_update = true
means that css files will update every request (not only if less changed)
it can be used, when you are developing LessCss-framework in file, which is not setted in config