blakeembrey / metalsmith-pagination

A Metalsmith plugin for paginating arrays and collections
MIT License
34 stars 10 forks source link

Not overwriting files #21

Closed ninjasort closed 8 years ago

ninjasort commented 8 years ago

I'm trying to run this plugin after metalsmith-permalinks renders a set of posts. It used to work, but I've changed some of the metadata and it's not overwriting the file. Any thoughts?

Error: Failed to write the file at: dist/blog/2016/07/18/how-to-set-smart-marketing-goals-and-forecast-revenue/index.html

EEXIST: file already exists, mkdir /dist/blog/2016/07/18/how-to-set-smart-marketing-goals-and-forecast-revenue'
    at Error (native)
blakeembrey commented 8 years ago

This is not a problem for this plugin. Please read the Metalsmith documentation.