hyde / hyde-old

Static website generator inspired by Jekyll
http://ringce.com/hyde
MIT License
876 stars 82 forks source link

use traceback.print_exc so you can actually see what the exception was and where it happened #49

Closed pib closed 13 years ago

pib commented 13 years ago

I had a crash happening and couldn't actually see where the error was, so I changed it up a smidge to print the traceback.

Also, I fixed the crash that was happening, which was due to the SASS media processor deleting the .sass file and then not pointing to the .css file instead.

Also, @include wasn't working properly for underscore-prefixed sass files because sass only looks in the same directory as the file it's processing, and the _-files are not copied into the temp dir.