On Thu, Aug 2, 2012 at 3:22 PM, Guy Bedford <
guybe...@googlemail.com> wrote:
> Thanks - that got the folder downloading.
>
> I still really liked the idea of having the wrapper module automatically
> created in the base folder - this really minimises setup for users if we
> know what the global name should be for the module in advance.
>
> I'm not seeing this wrapper module being created. Is there anything I can do
> to get this functionality as described in the main module section?
The adapter module is only created for projects that are AMD-based. I
just tried this:
volo add guybedford/require-selector
in a project that has a package.json with "amd": {} in it (which
indicates it is an AMD-based project), and I get the adapter module.
The other option is to explicitly ask for it as an AMD dependency:
volo add -amd guybedford/require-selector
James