Closed alessioalex closed 10 years ago
Except contentDir and domain (which are mandatory and we should throw an error if not present), the rest of the params should have defaults, such as:
contentDir
domain
opts = _.extend({ base: '', latestCount: 10 }, opts);
Also we should improve the docs and explain what each param represents.
Except
contentDir
anddomain
(which are mandatory and we should throw an error if not present), the rest of the params should have defaults, such as:Also we should improve the docs and explain what each param represents.