In the example project hosted at BoilerplatJS site, when we activate a particular sample module (for example clickCounter) all the scripts in other modules (component.js, viewmodel.js and others) gets loaded in the browser.
How to restrict this behavior in case we have to limit modules to users based on some kind of authorization?
Thanks!