metaskills / less-rails

:-1: :train: Less.js For Rails

Home Page:http://github.com/metaskills/less-rails

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

Roger-Tong opened this issue · comments

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. shakacode/react_on_rails#501
So could you provide us some other option such as mini_racer as the javascript engine?

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

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