Ajedi32 / metalsmith-metafiles

A Metalsmith plugin to read file metadata from separate files (as an alternative to frontmatter)
MIT License
6 stars 2 forks source link

Throw errors for metadata files with no corresponding main file #4

Closed Ajedi32 closed 8 years ago

Ajedi32 commented 8 years ago

Right now, if a metadata file is found which doesn't have a corresponding main file, it is simply ignored. We should throw an error instead. (Perhaps make it configurable?)