Skip to content

Instantly share code, notes, and snippets.

View luca3m's full-sized avatar

Luca Marturana luca3m

View GitHub Profile
@luca3m
luca3m / lessjs.rb
Created December 15, 2013 20:09 — forked from andyfowler/lessjs.rb
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
@luca3m
luca3m / Gemfile
Created October 6, 2013 22:32 — forked from nu7hatch/Gemfile
# ...
gem 'padrino-warden', :git => "git://github.com/zmack/padrino-warden.git"
gem 'authtools'