jsdelivr / bot

DEPRECATED The jerk of a bot that checks PRs and responds in comments
22 stars 14 forks source link

Bot thinks *.min.js is a binary file #3

Closed nolanlawson closed 10 years ago

nolanlawson commented 10 years ago

See https://github.com/jsdelivr/jsdelivr/pull/737. That file is definitely a text file.

megawac commented 10 years ago

Odd, lib-magic (using a python wrapper) also thinks that file is a binary file.

I can fix it for #737 by only checking a smaller block instead of the entire file buffer

nolanlawson commented 10 years ago

Awesome, thanks!