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

Firefox and LessServerCompiler issues #3

Closed
cidious opened this issue Feb 18, 2013 · 3 comments
Closed

Firefox and LessServerCompiler issues #3

cidious opened this issue Feb 18, 2013 · 3 comments

Comments

@cidious
Copy link

cidious commented Feb 18, 2013

When client mode on, Firefox eats 100% CPU on less.min.js and runs too slowly.

OS: Ubuntu Linux 12.10
Firefox 18.0.2

@crisu83
Copy link
Owner

crisu83 commented Feb 18, 2013

The reason why it takes 100% cpu is because of watch. Also, there is no env
option for the server-side compiler.
On Feb 18, 2013 1:45 PM, "Dmitry Cidious" notifications@github.com wrote:

  1. When client mode on, Firefox eats 100% CPU on less.min.js and runs
    too slowly.
  2. When server mode on, got an error Property "LessServerCompiler.env"
    is not defined.

however all needed options are set:

'less.options' => array(

'env' => 'development',
'watch' => true,
'nodePath' => '/usr/sbin/node',
'compilerPath' => '/usr/local/bin/lessc',

)

OS: Ubuntu Linux 12.10
Firefox 18.0.2


Reply to this email directly or view it on GitHubhttps://github.com//issues/3.

@schmunk42
Copy link
Collaborator

Can we close this?

@cidious
Copy link
Author

cidious commented Jul 1, 2013

yes, if you're sure there is no bug.

@cidious cidious closed this as completed Jul 1, 2013
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

3 participants