eudicots / Cactus

Static site generator for designers. Uses Python and Django templates.
BSD 3-Clause "New" or "Revised" License
3.47k stars 313 forks source link

Bug in the handling of binary files #142

Open jammon opened 9 years ago

jammon commented 9 years ago

Binary files are handled as utf-8, which leads to errors, so they are written as empty files. I have a bug fix with appropriate testing in this commit in a different branch. It should be possible to apply it to the current master, but I actually don't know how to do it.

krallin commented 9 years ago

Same as #141 : )