The fxComponents.js file is dynamically created/updated whenever you make changes in the Designer. The file consists of the collection of web components that your project is currently using. Currently, there is a collection of 80 web components that live in the js/lib folder. One component file for every object that can be used on a page.
If we loaded all those web components all the time that would be a waste of time and memory. It is more efficient to only load the web components you need. That is exactly what the Designer is doing. When you save a page in the Designer it triggers a process to scan the file for the components you are using. It then gathers up a list of all the web components that the entire project is using and then creates the fxComponents.js file.
You should never have to touch the fxComponents-full.js and fxComponents.js files. Let the Designer manage them.
Last edit: 2 years 3 months ago by
davep.
Please Log in or Create an account to join the conversation.