underscoreio/essential-scala

Document creation fails on fresh clone due to missing dist directory

Opened this issue · 2 comments

>> pandoc: dist/essential-scala.pdf: openBinaryFile: does not exist (No such file or directory)
>> Shell command exited with code 1
Warning: Task "pandoc:pdf" failed. Use --force to continue.

Aborted due to warnings.

I experiment just the same problem...

I solved this by creating the dist directory inside the container and then running the command:

mkdir dist
sbt pdf # (or grunt pdf)