Skip to content

Instantly share code, notes, and snippets.

View rdingwall's full-sized avatar

Richard Dingwall rdingwall

View GitHub Profile
@rdingwall
rdingwall / lessjs.rb
Last active August 29, 2015 14:07 — forked from andyfowler/lessjs.rb
Modified lessjs.rb to process included dependencies in the correct order, starting from main.less
module Jekyll
class LessCssFile < StaticFile
def write(dest)
# do nothing
end
end
# Expects a lessc: key in your _config.yml file with the path to a local less.js/bin/lessc
# Less.js will require node.js to be installed