Build Client FAQs
Frequently asked questions for the Build Client guide.
Why should I use Build Client?
You should use Build Client after making changes to UI elements, such as adding a new control, modifying styles, or editing front-end behavior. This ensures the client application reflects the latest updates and can be tested properly.
Is client build required after every change?
What should I do if a client build fails?
What is Build Client?
Build Client compiles the client-side part of a project. It processes UI components such as forms, styles, and visual logic, and outputs an optimized bundle used by the runtime interface. This build does not include backend or server logic.
Can I build only for UI changes?
Yes. The Build Client process focuses only on the UI layer. You can validate changes to form layout, style, or client-side logic without republishing server-side components. This is useful for rapid testing of visual modifica