vtst / ow

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

LESS:Unable to interpret argument O0 #250

Open DhahriHaythem opened 9 years ago

DhahriHaythem commented 9 years ago

when I compile less in eclipse I get this message: Unable to interpret argument O0 - if it is a plugin (less-plugin-O0), make sure that it is installed under or at the same level as less it is the optimization level option that I can not turn off I try it with the command line: lessc style.less > style.ccs works well but lessc style.less -O0 > style.ccs puts the same error message in the css file

eu-cbarcos commented 9 years ago

How do you resolved it?

DhahriHaythem commented 9 years ago

add these line to lessc file
case 'O0': case 'O1': case 'O1': break;

in switch (arg) statement before the default

forabetterjob commented 8 years ago

worked perfectly... Thanks..!

mehdi2012 commented 6 years ago

Hello, Please u can send files lessc.cmd