Skip to content
This repository has been archived by the owner on Jun 10, 2018. It is now read-only.

README.md - Less only needs V8 on MRI #361

Merged
merged 1 commit into from Nov 27, 2012
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
6 changes: 3 additions & 3 deletions README.md
Expand Up @@ -159,9 +159,9 @@ variables, mixins, operations and functions.

If the `less` gem is available to your application, you can use LESS
to write CSS assets in Sprockets. Note that the LESS compiler is
written in JavaScript, and at the time of this writing, the `less` gem
depends on `therubyracer` which embeds the V8 JavaScript runtime in
Ruby.
written in JavaScript and the `less` gem (on MRI) uses `therubyracer`
which embeds the V8 JavaScript runtime in Ruby, while on JRuby you're
going to need `therubyrhino` gem installed.

To write CSS assets with LESS, use the extension `.css.less`.

Expand Down