Tried volo add bootstrap and it finds it, however instead of installing one bootstrap.js it seems to be installing tons of modules (i.e. bootstrap is split into separate js files instead being in one file).
For each of those it asks me for dependencies and 'What global to use for exported value' - not sure what to put there.
It also installs tests, e.g. www/js/lib/bootstrap/js/tests/unit/bootstrap-tooltip.js
erik@jojda:~/work/alica/demoVolo/client$ node ../node_modules/volo/bin/volo add bootstrap
Using github repo "twitter/bootstrap" for "bootstrap"...
No AMD/CommonJS dependencies detected for: www/js/lib/bootstrap/js/bootstrap-alert.js
List any dependencies, comma separated, no spaces:
What global to use for exported value []: Bootstrap
No AMD/CommonJS dependencies detected for: www/js/lib/bootstrap/js/bootstrap-typeahead.js
List any dependencies, comma separated, no spaces:
What global to use for exported value []:
No AMD/CommonJS dependencies detected for: www/js/lib/bootstrap/js/bootstrap-modal.js
List any dependencies, comma separated, no spaces:
What global to use for exported value []:
No AMD/CommonJS dependencies detected for: www/js/lib/bootstrap/js/bootstrap-carousel.js
List any dependencies, comma separated, no spaces:
What global to use for exported value []:
No AMD/CommonJS dependencies detected for: www/js/lib/bootstrap/js/bootstrap-collapse.js
List any dependencies, comma separated, no spaces:
What global to use for exported value []:
No AMD/CommonJS dependencies detected for: www/js/lib/bootstrap/js/bootstrap-tab.js
List any dependencies, comma separated, no spaces:
What global to use for exported value []:
No AMD/CommonJS dependencies detected for: www/js/lib/bootstrap/js/bootstrap-scrollspy.js
List any dependencies, comma separated, no spaces:
What global to use for exported value []:
No AMD/CommonJS dependencies detected for: www/js/lib/bootstrap/js/bootstrap-transition.js
List any dependencies, comma separated, no spaces:
What global to use for exported value []:
No AMD/CommonJS dependencies detected for: www/js/lib/bootstrap/js/bootstrap-button.js
List any dependencies, comma separated, no spaces:
What global to use for exported value []:
No AMD/CommonJS dependencies detected for: www/js/lib/bootstrap/js/tests/unit/bootstrap-alert.js
List any dependencies, comma separated, no spaces:
What global to use for exported value []:
No AMD/CommonJS dependencies detected for: www/js/lib/bootstrap/js/tests/unit/bootstrap-typeahead.js
List any dependencies, comma separated, no spaces:
What global to use for exported value []:
No AMD/CommonJS dependencies detected for: www/js/lib/bootstrap/js/tests/unit/bootstrap-modal.js
List any dependencies, comma separated, no spaces:
What global to use for exported value []:
No AMD/CommonJS dependencies detected for: www/js/lib/bootstrap/js/tests/unit/bootstrap-carousel.js
List any dependencies, comma separated, no spaces:
What global to use for exported value []:
No AMD/CommonJS dependencies detected for: www/js/lib/bootstrap/js/tests/unit/bootstrap-collapse.js
List any dependencies, comma separated, no spaces:
What global to use for exported value []:
No AMD/CommonJS dependencies detected for: www/js/lib/bootstrap/js/tests/unit/bootstrap-tab.js
List any dependencies, comma separated, no spaces:
What global to use for exported value []:
No AMD/CommonJS dependencies detected for: www/js/lib/bootstrap/js/tests/unit/bootstrap-scrollspy.js
List any dependencies, comma separated, no spaces:
What global to use for exported value []:
No AMD/CommonJS dependencies detected for: www/js/lib/bootstrap/js/tests/unit/bootstrap-phantom.js
List any dependencies, comma separated, no spaces:
What global to use for exported value []:
No AMD/CommonJS dependencies detected for: www/js/lib/bootstrap/js/tests/unit/bootstrap-transition.js
List any dependencies, comma separated, no spaces:
What global to use for exported value []:
No AMD/CommonJS dependencies detected for: www/js/lib/bootstrap/js/tests/unit/bootstrap-button.js
List any dependencies, comma separated, no spaces:
What global to use for exported value []:
No AMD/CommonJS dependencies detected for: www/js/lib/bootstrap/js/tests/unit/bootstrap-tooltip.js
List any dependencies, comma separated, no spaces:
What global to use for exported value []:
No AMD/CommonJS dependencies detected for: www/js/lib/bootstrap/js/tests/unit/bootstrap-popover.js
List any dependencies, comma separated, no spaces:
What global to use for exported value []:
No AMD/CommonJS dependencies detected for: www/js/lib/bootstrap/js/tests/unit/bootstrap-dropdown.js
List any dependencies, comma separated, no spaces:
What global to use for exported value []:
No AMD/CommonJS dependencies detected for: www/js/lib/bootstrap/js/tests/phantom.js
List any dependencies, comma separated, no spaces:
What global to use for exported value []:
No AMD/CommonJS dependencies detected for: www/js/lib/bootstrap/js/bootstrap-tooltip.js
List any dependencies, comma separated, no spaces:
What global to use for exported value []:
No AMD/CommonJS dependencies detected for: www/js/lib/bootstrap/js/bootstrap-popover.js
List any dependencies, comma separated, no spaces:
What global to use for exported value []:
No AMD/CommonJS dependencies detected for: www/js/lib/bootstrap/js/bootstrap-dropdown.js
List any dependencies, comma separated, no spaces:
What global to use for exported value []:
Installed github:twitter/bootstrap/v2.0.4 at www/js/lib/bootstrap
AMD dependency name: bootstrap
It seems like it simply dumped bootstrap directory into ./www/js/lib/bootstrap/, not sure whether that usable, it includes README.md, Makefile, package.json, less subdir (with less files) and lot of javascript files. It looks very different from regular bootstrap installation (which has css, img and js subdirs each with only few files).