Closed silkentrance closed 9 years ago
path.extname('file.coffee.md') will only return '.md'.
It is better to use a custom regular expression instead. I will make a PR for this.
path.extname('file.coffee.md') will only return '.md'.
It is better to use a custom regular expression instead. I will make a PR for this.