diff --git a/index.js b/index.js index 32f7530..e8a4ad7 100644 --- a/index.js +++ b/index.js @@ -115,7 +115,11 @@ var addInstructionsToBrowserify = require('./lib/bundler'); * @property {Object} [components] Component configuration to use instead * of `{appRootDir}/component-config.json` * @property {Array.} [mixinDirs] List of directories where to look - * for files containing model mixin definitions. + * for files containing model mixin definitions. All files (mixins) found + * in these directory are loaded. + * @property {Array.} [mixinSources] List of directories where to look + * for files containing model mixin definitions. Only mixins used by + * application models are loaded from these directories. * @property {Array.} [bootDirs] List of directories where to look * for boot scripts. * @property {Array.} [bootScripts] List of script files to execute