2

Is there any way to show the progress when I run rake generate? I have many posts, and when I generate the posts the progress seems to be locked.

I'm using Octopress.

matrixanomaly
  • 6,627
  • 2
  • 35
  • 58
viniciusmo
  • 974
  • 2
  • 10
  • 15

1 Answers1

1

You can modify rake task and add support of progress-bar. Take a look at this gems https://github.com/ondrejbartas/rake-progressbar and https://github.com/jfelchner/ruby-progressbar.

Also you can add --trace key so rake task will output steps being executed

Mikhail Nikalyukin
  • 11,867
  • 1
  • 46
  • 70