MakerPress / atlas-public-feedback

Public feedback and issue tracking for Atlas
22 stars 0 forks source link

Failed build #410

Closed bandersonoreilly closed 10 years ago

bandersonoreilly commented 10 years ago

Hello. Can't get this book to build:

http://ano-atlas2.herokuapp.com/books/1234000001863

Error message:

http://ano-atlas2.herokuapp.com/books/883/jobs/61937

Thanks!

christopappas commented 10 years ago

Hello @bandersonoreilly

I had a look at the file throwing the error. A solution for this is to have a blank line before each opening passthrough delimiter (++++).

So instead of something like:

Networks ++++ <screen>

Try:

Networks

++++ <screen>

I made these modifications to the filename mentioned in the error message and the error is no longer thrown.

Let me know if you have any issues.

Thanks, Chris

bandersonoreilly commented 10 years ago

Thank you Chris!