GIT REVEAL has two kinds of assets:
- Runtime Assets: static files used at runtime. These are stored in
assets/
. - Store Assets: images shown in the Chrome Web Store. These are stored in
images/
.
Most of the store assets aren't commited to the repo since they aren't needed when developing or building.
Assets are created and exported from Figma.
To export:
- Open the Figma Project.
- Go to the Assets page.
- File > Export... or Ctrl+Shift+E
- Click Export
- Extract the ZIP into the
git-reveal
folder. The files should be placed intoassets/
andimages/
automatically.