Changelog
3.0.1
engines
field of package.json
to match the actually supported Node versionsChangelog
2.1.0
Allows globs to be passed to loadPaths
:
var options = { loadPaths: ['assets/*'] };
Also, loadPaths
now also accepts a single string instead of an array:
var options = { loadPaths: 'images' };