apologies if this is a duplicate, but I can't find the answer in the docs.
assuming an app with multiple components.
assume that these components have shared dependencies.
as an example, assume each component depends on bootstrap 3.
Questions:
1. do I have to install bootstrap 3 in every component, ie will every component have a components directory with bootstrap 3? (and if so, what's the best way to update all these).
2. is it possible to create a common local /components directory which can be referenced, and updated once?
3. is it possible to create multiple components in a single directory?
Thanks
David