In BoilerplateJS browser is loading all the scripts (in other modules) regardless of the module activated
问题 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! 回答1: There are few things to note here. First regarding the files that load: In your production deployment, all these files will be combined, minified and