// will compile app/less/style.less to base_url/assets/css/style.css Asset::less('style.less'); // same syntax as Asset::css() Asset::less(array('style.less', 'file1.less', 'admin/style.less'));It will not recompile your LESS source files if they're older than the compiled CSS, so don't worry putting "if's" all over your code to prevent that. Remember that CSS compiled names will be the same as the LESS source (except they will be .css, not .less). Enjoy!
It looks like you're new here. If you want to get involved, click one of these buttons!