Files
fleet/assets
rhuddleston d2546673bb Fix for https://github.com/fleetdm/fleet/issues/37671 (#37679)
<!-- Add the related story/sub-task/bug number, like Resolves #123, or
remove if NA -->
**Related issue:** Resolves #37671

added missing icon file
2025-12-25 19:33:01 -03:00
..
2022-10-20 12:13:51 -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.