Hello,
I have a component with a radiogroup with three options corresponding to a JS library. My JS files are under the component root in js.txt as:
/js/library1.js
/js/library.2js
/js/library3.js
When the end-user selects one of the radiogroup options, would it be possible to only load the selected JS library and prevent the other two from being merged into the clientlibs? If this isn't possible with my current setup, what is a better way of dynamically loading only the required JS libraries based on a end-user selection?
Thanks