我正在尝试导入 Assetic ( https://github.com/kriswallsmith/assetic ) 类。
设法做丑陋的事情:
App::import('Vendor', 'LessphpFilter', array('file' => 'assetic' . DS . 'src' . DS . 'Assetic' . DS . 'Filter' . DS . 'LessphpFilter.php'));
但它在一个子需要的文件上崩溃。
知道如何以干净的方式实现这一目标吗?