webroo / dummy-json

Generates random dummy JSON data in Node.js
MIT License
380 stars 61 forks source link

Add handlebars partials support #4

Closed andreipaz closed 9 years ago

andreipaz commented 9 years ago

I needed to separate several entities/resources structures in different files to proper organization and reuse, so I modified my local copy of dummy-json.js to be able to register Handlebars.partials(). I think that it would be nice if it was available to everyone, since it register partials is one of the main features of Handlebars.

webroo commented 9 years ago

Thanks for this! Really nice addition.

andreipaz commented 9 years ago

You're welcome :)