Files
jekyll/lib/jekyll
Parker Moore f2f2ebfa4f Register subclasses of subclasses of Jekyll::Plugin
The Sass and SCSS converters are practically the same – only different in
the input syntax and file extension. As such, we've created
`Jekyll::Converters::Scss` which is a subclass of `Jekyll::Converter`, and
`Jekyll::Converters::Sass` which is a subclass of
`Jekyll::Converters::Scss`. When `Site#instantiate_classes` is called on
`Jekyll::Converter`, it only instantiates the `Scss` converter, not the
`Sass` converter. This change fixes that.

Fixes #2334.
2014-05-07 14:59:08 -04:00
..
2014-05-07 07:34:00 -04:00
2014-04-25 23:15:18 -04:00
2014-05-06 13:02:35 -04:00
2014-05-06 14:51:56 -04:00
2014-05-06 22:49:49 +02:00
2014-01-26 12:15:15 -06:00
2014-05-05 00:12:07 +09:30
2014-04-28 02:06:41 -04:00
2014-05-06 23:59:49 -04:00