flatiron / blacksmith

A generic static site generator built using flatiron, plates, and marked.
MIT License
555 stars 41 forks source link

path.existsSync is now called `fs.existsSync` #76

Closed kud closed 11 years ago

kud commented 11 years ago

Use now fs instead of path.

mmalecki commented 11 years ago

This is most likely caused by some outdated module in your global install. Reinstall blacksmith with npm -g i blacksmith.