flatiron / blacksmith

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

.existsSync() now lives in the fs module. #51

Closed cryptix closed 12 years ago

cryptix commented 12 years ago

Just to get rid of the warnings.

blakmatrix commented 12 years ago

:+1: --odd though how migratorBot over looked this....

cryptix commented 12 years ago

There is one more in the deps but I couldn't narrow it down yet.

jfhbrook commented 12 years ago

It would be nice if this did something like the following to support both 0.6.x and 0.8.x:

var exists = fs.exists? fs.exists : path.exists

Otherwise, lgtm.

cryptix commented 12 years ago

Agreed. How about this? I hope the inline require() isn't to painful to the eyes.

drawveloper commented 12 years ago

Why hasn't this been pulled yet? Seems like the project is abandoned.

indexzero commented 12 years ago

Closing since blacksmith has been rewritten from the ground up for 1.0.0