How can I create versions for Rhino that are smaller?

I want to run the latest version lessfrom Java, for this (I believe) I need versions for Rhino that are smaller. From a smaller website :

Each version of less.js also contains a rhino compatible version.

But this does not seem to have been with v1.7.5 .

So, I installed NPM, installed Grunt, downloaded less source from GitHub, ran grunt -helpto find the task rhino, but crashed with the last hurdle:

C:\Temp\less.js-2.5.0> grunt rhino

Running "browserify:rhino" (browserify) task
Verifying property browserify.rhino exists in config...ERROR
>> Unable to process task.
Warning: Required config property "browserify.rhino" missing. Use --force to continue.

Aborted due to warnings.

Coercion does not help (creates an empty file lessc-rhino.js) - any ideas as to what I am missing?

+3
source share

All Articles