CSester
Results
1
issues of
CSester
Filter
3
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...