From 6980a250efe17dc65be97057c6c59622cbfb94f2 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Miroslav=20Bajto=C5=A1?= Date: Tue, 30 Jun 2015 18:07:22 +0200 Subject: [PATCH] Add jsdoc for `options.mixinSources` --- index.js | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) 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