vanjacosic / gulp-asset-manifest

gulp plugin for adding generated assets to a manifest file
MIT License
7 stars 4 forks source link

sync methods but invoked as if they are async #8

Closed crissdev closed 9 years ago

crissdev commented 9 years ago

fs.existsSync and fs.readFileSync are synchronous calls but they are used in async way - ie. with callbacks.

vanjacosic commented 9 years ago

@crissdev good point! I'm still new to node, so didn't really notice that.

I will fix it over the weekend. Thanks for letting me know!