+ [11 years ago] Scriptor why is the watch configuration option deprecated?
+ [11 years ago] Scriptor seems more convenient to specify it in the config than remember to type --watch
+ [11 years ago] Scriptor it's not a huge issue, I'm just curious
+ [11 years ago] bret Scriptor not sure, but I didn't like the change either. Let me know if you figure it out

message no. 15932

Posted by travis-ci in #jekyll at 2014-01-02T03:59:37Z

[travis-ci] jekyll/jekyll#2567 (master) The build was fixed. http://travis-ci.org/jekyll/jekyll/builds/16241287
+ [11 years ago] ekkelett I'm having a time googling for a strange litt exception I get with my {% assign %} tag, which admittedly is liquid related more than really jekyll
+ [11 years ago] ekkelett " Liquid Exception: undefined method `<=>' for ..." - I get that with "{% assign pagelist = sites.pages | sort:weight %}" - I'm having a hard time seeing why it fails
+ [11 years ago] ekkelett plus, whatever front matter variables I try to use to sort end up having no effect
+ [11 years ago] tombell ekkelett: looks like an error with sort, <=> is used in ruby for sorting