jekyll/lib
Dmitry Chestnykh 8fe25a6958 Replace directory_watcher with listen.
Directory_watcher consumed ~25% CPU on big Jekyll projects (depending on
the number of watched files), since it polled for changes every second.

Listen is easier on CPU, as it uses directory change notifications
provided by OS (currently OS X and Linux), falling back to polling when
they are not available.
2013-09-30 04:33:04 +02:00
..
jekyll Replace directory_watcher with listen. 2013-09-30 04:33:04 +02:00
site_template Remove overly specific css from site template 2013-09-23 13:23:54 +01:00
jekyll.rb Require 'pathname' 2013-09-16 20:29:57 -05:00