问题
I want to let the user change theme in my app. Is possible in meteor to selectively select what package to load? or dynamically load js/css/less? Example if they opt to used bootstrap I can just load the js/css/less of bootstrap. If they opt to used materialize I can just load the sets of js/css/less of the framework.
来源:https://stackoverflow.com/questions/29486782/meteorjs-change-between-many-ui-frameworks