jekyll/lib/jekyll/drops
Jordon Bedwell f2f88dbd9f Move require "jekyll/drops/drop" to "jekyll.rb"
Linux does not read files in alphanumeric order, this can lead to
Jekyll drops not working on Linux because the assumption here is that
the collection drop will be required first.
2015-12-27 12:48:21 -06:00
..
collection_drop.rb Move require "jekyll/drops/drop" to "jekyll.rb" 2015-12-27 12:48:21 -06:00
document_drop.rb drops: create one base Drop class which can be set as mutable or not 2015-12-26 13:43:42 -05:00
drop.rb utils/drops: update Drop to support Utils.deep_merge_hashes 2015-12-27 08:06:37 -05:00
jekyll_drop.rb Initial work on using Liquid::Drops instead of Hashes. 2015-12-21 22:47:30 -05:00
site_drop.rb drops: create one base Drop class which can be set as mutable or not 2015-12-26 13:43:42 -05:00
unified_payload_drop.rb utils/drops: update Drop to support Utils.deep_merge_hashes 2015-12-27 08:06:37 -05:00
url_drop.rb drops: create one base Drop class which can be set as mutable or not 2015-12-26 13:43:42 -05:00