I want do compile all *.less
scripts in a specific folder and it subdirs with less-rhino-1.1.3.js.
There is an example on github for d
I had the same issue. I developed a solution using ant-contrib. It expects all of your .less files to be in one flat directory and to be moved to another flat directory. It will change the file extension to .css in the process.
Lessjs: generated ${css-files-dir}${file-name-without-extension}.css
file name: ${file-name-and-relative-path}
files to convert: ${less-files-to-convert}