typicode / katon

(use hotel instead)
https://github.com/typicode/hotel
MIT License
683 stars 28 forks source link

Ignore non .json files #35

Closed whatyoubendoing closed 10 years ago

whatyoubendoing commented 10 years ago

Dont parse files in ~/.katon/hosts that aren't JSON files.

typicode commented 10 years ago

Just curious why? I mean is it because you had a bug or for some other reasons?

whatyoubendoing commented 10 years ago

Err. I opened the directory in finder in OSX. As katon parses all files in the directory it fails when it tries to open .DS_Store files.

typicode commented 10 years ago

Just published 0.7.0, should be ok now :) Thanks for pointing it out.