Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

LESS:Unable to interpret argument O0 #250

Open
DhahriHaythem opened this issue Feb 2, 2015 · 4 comments
Open

LESS:Unable to interpret argument O0 #250

DhahriHaythem opened this issue Feb 2, 2015 · 4 comments

Comments

@DhahriHaythem
Copy link

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
Copy link

How do you resolved it?

@DhahriHaythem
Copy link
Author

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

in switch (arg) statement before the default

@forabetterjob
Copy link

worked perfectly... Thanks..!

@mehdi2012
Copy link

Hello,
Please u can send files lessc.cmd

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

4 participants