+ [2014-01-02T22:54:31Z] Scriptor why is the watch configuration option deprecated?
+ [2014-01-02T22:55:21Z] Scriptor seems more convenient to specify it in the config than remember to type --watch
+ [2014-01-02T22:55:29Z] Scriptor it's not a huge issue, I'm just curious
+ [2014-01-02T22:57:41Z] jaybe -w
+ [2014-01-02T23:20:07Z] bret Scriptor not sure, but I didn't like the change either. Let me know if you figure it out

message no. 15943

Posted by mxmasster in #jekyll at 2014-01-02T18:44:58Z

and in config.yml i have this: timezone: America/Los_Angeles
+ [2014-01-03T01:35:38Z] 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
+ [2014-01-03T01:36:20Z] 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
+ [2014-01-03T01:40:41Z] ekkelett plus, whatever front matter variables I try to use to sort end up having no effect
+ [2014-01-03T01:44:12Z] tombell ekkelett: looks like an error with sort, <=> is used in ruby for sorting
+ [2014-01-03T01:44:34Z] ekkelett peculiar :/