hanami/assets

Asset compiling breaks binary files on Windows

Closed this issue ยท 0 comments

This is due to the god-forsaken CRLF conversion that I love so, so much... ๐Ÿ˜”

The fix is to add File::BINARY as another mode here, and also change source.read to source.binread here.

PR: #110