CSester

Results 1 issues of CSester

Hi, I tried to copy all json files in a folder without success. ``` coffeescript copyJson = (source, dest, callback) -> jsonFilter = (name) -> return name[-5..] is '.json' options...