Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Document creation fails on fresh clone due to missing dist directory #17

Open
jonoabroad opened this issue Jun 27, 2017 · 2 comments
Open

Comments

@jonoabroad
Copy link

>> 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.
@samuelsayag
Copy link

I experiment just the same problem...

@andreitaleanu
Copy link

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

mkdir dist
sbt pdf # (or grunt pdf)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants