Project

less-js

0.01
No commit activity in last 3 years
No release in over 3 years
Ruby Less.js is a bridge to the JS Less.js compiler.
2005
2006
2007
2008
2009
2010
2011
2012
2013
2014
2015
2016
2017
2018
2019
2020
2021
2022
2023
2024
 Dependencies

Runtime

 Project Readme

Ruby LessJs

Ruby LessJs is a bridge to the official Javascript-based Less.js compiler.

LessJs.compile File.read("css.less")

Installation

gem install less-js

Dependencies

This library depends on the less-js-source gem which will be updated any time a new version of Less.js is released. (The less-js-source gem's version number is synced with each official Less.js release.) This way you can build against different versions of Less.js by requiring the correct version of the less-js-source gem.

Note: version 1.1.1 of Less.js is tagged as 1.1.1.1 on the less-js-source gem.

ExecJS

The ExecJS library is used to automatically choose the best JavaScript engine for your platform. Check out its README for a complete list of supported engines.

Lifted From

The template for this gem was lifted from Joshua Peek's ruby-coffee-script gem.