sfLESSPlugin
sfLESSPlugin copied to clipboard
less.js in symfony
Results
2
sfLESSPlugin issues
Sort by
recently updated
recently updated
newest added
I installed sfLESSPlugin and am running into an error. If someone can put me on the right track here I'd appreciate it very much. When I run ./symfony less:compile from...
Anyway to set import directory of Less compiler? ``` require_once(sfConfig::get('sf_lib_dir').'/vendor/lessphp/lessc.inc.php'); $less = new lessc($lessFile); $less->addImportDir(sfConfig::get('sf_web_dir')."/random/directory"); ```