aurelia-ui-toolkits / issues

This repository's primary purpose is to host the discussions on aurelia-ui-toolkits issues :-)
1 stars 0 forks source link

All aurelia-ui-toolkits should support selective loading of UI controls #3

Open adriatic opened 8 years ago

adriatic commented 8 years ago

This issue is a generalized version of the Implement the proof of the concept for KendoUI PRO packaging issue, aside of the licensing problems related to KendoUI plugin.

A quote from Boostrap page:

Plugins can be included individually (using Bootstrap's individual *.js files), or all at once (using bootstrap.js or the minified bootstrap.min.js).

Some plugins and CSS components depend on other plugins. If you include plugins individually, make sure to check for these dependencies in the docs. Also note that all plugins depend on jQuery (this means jQuery must be included before the plugin files). Consult our bower.json to see which versions of jQuery are supported.

Probably the only proper solution is to mimic Aurelia's Framework Configuration (where UI controls or groups of UI controls play the role of components of the Aurelia Framework)

JeroenVinke commented 8 years ago

is this related to https://github.com/aurelia-ui-toolkits/aurelia-kendoui-plugin/issues/14 ?

adriatic commented 8 years ago

Oh yes, by all means - thanks for establishing that relationship. I wrote it here as it is equally relevant for all plugins - not just Kendo, where the issue existed so far.

Jeroen would you mind moving the original here - as this is "your issue"?