Files
fleet/assets
Noah Talerman 5ada6e8c1a Update favicon size on Fleet product (#48433)
For the following quick win:
- https://github.com/fleetdm/fleet/issues/48241

From left to right...
- fleetdm.com
- Fleet product w/ new favicon
- Fleet product w/ old (larger) favicon

<img width="359" height="50" alt="Screenshot 2026-06-29 at 1 48 03 PM"
src="https://github.com/user-attachments/assets/d1cebc62-ae3f-44b0-a892-26a856303987"
/>
2026-06-30 18:18:05 -05:00
..

assets Directory

This directory is used by the frontend build tool to store generated frontend build assets, such as JavaScript bundles, CSS files, and other static resources (images, fonts, etc.) that are produced during the build process.

Key Points

  • Do not commit generated files: All files in this directory are generated automatically and are git-ignored. They should not be committed to version control.
  • Not for static files: Do not place unrelated static files (like PDFs, config profiles, or documentation) here. Use a separate directory for non-UI assets.
  • Regenerated on build: These files are recreated every time you run the frontend build process.