This document discusses workflows for JavaScript and CSS development in OutSystems. It notes that JavaScript and CSS changes often require many small tweaks, and publishing/republishing takes extra time. It recommends using browser debugging tools like the Styles, Computed, Console, and Sources tabs to understand CSS and JavaScript behavior without needing to republish. Additionally, it cautions developers to be aware of JavaScript and CSS loading order, avoid duplicating files, and keep common code in shared locations.
Related topics: