0

When I run command jekyll build and have some ruby error, the first few lines of error messages are hidden by other jekyll output. See the following image. How can I get error messages to be shown?

My jekyll version is 2.4.0, and I'm using octopress over it.

jekyll output

Ryo
  • 2,003
  • 4
  • 27
  • 42

1 Answers1

0

try a more verbose output with :

jekyll build --trace
David Jacquel
  • 51,670
  • 6
  • 121
  • 147