Add config file less.json ``` { "options" : { "paths" : { "www/less/some.less" : "www/css/some.css" } } } ``` so when I run `less .` it will compile based on the config Just like yuidoc's yuidoc.json