When to manually recompile a updated Design System
You need to recompile the code when items are changed in the src folder. This means that the following does NOT need to be built:
Update to templates
Update to layouts and helpers
Update to fragments
These actions DO need a new build:
Any work on custom components
Custom CSS or JavaScript
New or updated fonts (unless it's just the files and they have exactly the same file names)