fleet/assets
2025-11-07 20:53:12 -05:00
..
configuration-profiles Create article outlining how to setup Okta for Platform SSO using Static SCEP certificates. (#34866) 2025-11-07 20:53:12 -05:00
fonts Fleet UI: Fix VMs bold letter bug (#23903) 2024-11-25 08:56:38 -05:00
images My device page (self-service) for iOS/iPadOS (#35238) 2025-11-07 17:30:51 -05:00
videos Replace old end user migration gif with updated video (#32971) 2025-09-16 15:11:05 +03:00
favicon.ico Updated favicon (#8358) 2022-10-20 12:13:51 -05:00
README.md add readme for assets dir and cleanup directory (#33210) 2025-10-03 16:44:38 +01: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.