I'm trying "latest and greatest" LESS version and it seems it does not work in rhino command-line version. I've done following
- Took latest rhino from here https://github.com/downloads/mozilla/rhino/rhino1_7R4.zip
- Took latest less-rhino-1.6.3.js from here https://github.com/less/less.js/tree/master/dist
Running following from command line
java -jar js.jar less-rhino-1.6.3.js text.less text.css
or
java -jar js.jar less-rhino-1.6.3.js lessc-rhino-1.6.3.js text.less text.css
The result is - "silently nothing". When trying to run 'previous latest version' - it runs OK without problems
java -jar js.jar less-rhino-1.5.1.js text.less text.css
Output is
Written to text.css
What I'm missing about latest less-rhino.js? I could not find any relevant help in http://lesscss.org or https://github.com/less/less.js. The later jut says "stackoverflow.com is a great place to get answers about Less."