fleet/assets
Marko Lisica 85af395379
Display iPad screenshot in lock modal (#38475)
…ot based on the device platform

<!-- Add the related story/sub-task/bug number, like Resolves #123, or
remove if NA -->
**Related issue:** Resolves #38473

# Checklist for submitter

If some of the following don't apply, delete the relevant line.

- [x] Changes file added for user-visible changes in `changes/`,
`orbit/changes/` or `ee/fleetd-chrome/changes`.
See [Changes
files](https://github.com/fleetdm/fleet/blob/main/docs/Contributing/guides/committing-changes.md#changes-files)
for more information.


- [ ] QA'd all new/changed functionality manually
2026-01-20 13:26:01 +01:00
..
fonts Fleet UI: Fix VMs bold letter bug (#23903) 2024-11-25 08:56:38 -05:00
images Display iPad screenshot in lock modal (#38475) 2026-01-20 13:26:01 +01:00
scripts Enable scripts remotely w/o re-deploying fleetd (#33169) 2025-11-12 10:39:48 -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.