Overview of the Home Assistant Frontend build pipeline
devThe Home Assistant build pipeline prepares the frontend for deployment through several stages:
- Generating icon and translation files.
- Converting TypeScript, CSS, and JSON files into browser-compatible JavaScript.
- Bundling and minifying files.
- Generating HTML entrypoint files and service workers.
- Compressing the final assets.