vtst / ow

Various Eclipse plugins for web development
http://www.normalesup.org/~simonet/soft/
74 stars 29 forks source link

LESS Compiler: additional arguments #249

Open Blaimi opened 9 years ago

Blaimi commented 9 years ago

It seems not to be possibile to add additional arguments to lessc. Could you implement this option please?

As a workaround, I made a cmd which I referenced as the compiler binary

"%~dp0lessc.cmd" --source-map-map-inline %*
#!/bin/bash
# untested
less --source-map-map-inline $@