It looks like 'something' is using a deprecated method read_posts. Specifically: ``` Configuration file: _config.yml jekyll 3.0.0 | Error: undefined method `read_posts' for class `Jekyll::Site' Warning: Use --force to continue. ``` Full CLI trace: ``` master(+4/-4) 2s ± grunt Running "serve" task Running "clean:server" (clean) task >> 1 path cleaned. Running "jekyll:server" (jekyll) task `jekyll build --source app --destination .jekyll/ --config _config.yml` was initiated. Configuration file: _config.yml jekyll 3.0.0 | Error: undefined method `read_posts' for class `Jekyll::Site' Warning: Use --force to continue. Aborted due to warnings. Execution Time (2015-11-06 23:42:38 UTC) clean:server 17ms ▇▇▇ 2% loading grunt-jekyll 12ms ▇▇ 1% jekyll:server 912ms ▇▇▇▇▇...shortened...▇▇▇▇▇ 95% Total 959ms ```
It looks like 'something' is using a deprecated method read_posts.
Specifically:
Full CLI trace: