jekyll/lib
Parker Moore 1a05483a63 Sort the results of the require_all glob.
Filesystems behave differently when performing glob listings.

In my environment, they are listed alphabetically. On my Mac, when asking for a list of files in a directory, those files are returned as a nicely sorted list. Alphabetized, like you'd want them to be. Like you'd expect them to be.

In some environments, quite different from my own, the return of a similar operation is quite random. Perhaps q comes before a, or e before d; the filesystem will choose its order of the day and you, the fare user, tired and weary from work, must bare the brunt of this.

And so, with this commit, I do hereby request that the noble makers of Dir[] provide for us, the downtrodden and ravaged users, some consistency. As a user of Ruby, I shouldn't have to know or consider the behaviour of an individual filesystem here; it should function the same for all filesystems.

Truly yours,
Parker
2016-05-24 19:03:32 -05:00
..
jekyll Adding double quotes & freeze back to version after rebase 2016-05-20 21:51:16 -05:00
site_template updates example domain in config template 2016-04-15 09:29:39 +01:00
theme_template Only spec.summary is needed... 2016-05-19 14:39:55 -07:00
jekyll.rb Sort the results of the require_all glob. 2016-05-24 19:03:32 -05:00