metaskills / less-rails

:-1: :train: Less.js For Rails
http://github.com/metaskills/less-rails
MIT License
340 stars 133 forks source link

Could we use other javascript runtime(e.g. mini_racer)? #136

Closed Roger-Tong closed 4 years ago

Roger-Tong commented 7 years ago

Our project uses react_on_rails to take advantage of react server rendering. It was proved that mini_racer is way faster than the therubyracer. https://github.com/shakacode/react_on_rails/issues/501 So could you provide us some other option such as mini_racer as the javascript engine?

simi commented 7 years ago

I'm not sure how that works, but we have no direct dependency on therubyracer.

https://github.com/metaskills/less-rails/blob/master/less-rails.gemspec

Roger-Tong commented 7 years ago

You're right. It seems the dependency is on Less gem.