frostney / grunt-codo

Grunt task for generating codo documentation
MIT License
8 stars 6 forks source link

Allow files to be specified, don't replace with directories anymore #5

Closed hildjj closed 8 years ago

hildjj commented 9 years ago

Codo no longer requires directories for its inputs. This patch removes the filtering down to dirname that you applied. Fixed docs to match. Ran tests and lint.

frostney commented 9 years ago

Thank you for your pull request, much appreciated. Would you mind removing lines 42 to 45 in codo.coffee instead of leaving them in as a comment?

hildjj commented 9 years ago

Whoops sorry, I checked in the wrong fix. This one should work now. Thanks for catching that.