Comment 1 for bug 1422020

Revision history for this message
Sturm Flut (sturmflut) wrote :

This bug was also reported as https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=756845 . It can be boiled down to the following necessary changes:

1. Open /usr/lib/ruby/vendor_ruby/jekyll/converters/sass.rb

2. Add

require 'jekyll/converters/scss'

at the top, after "require 'jekyll/utils'"

3. Install the ruby-mercenary package, as reported in Launchpad bug https://bugs.launchpad.net/ubuntu/+source/jekyll/+bug/1382984 .

After these three steps jekyll works for me on a stock Ubuntu 14.10 installation.