Skip to content

Latest commit

 

History

History
15 lines (12 loc) · 685 Bytes

File metadata and controls

15 lines (12 loc) · 685 Bytes

🧾 Instructions

  1. Pre-requisites Docker must be installed. This is used to run a martin tile server image, which is the one that converts source files to sprites.

  2. Make sure that the assets in sprite_assets are correct.
    It is essential that the file names are correct.
    For each folder (= OMS partner), there should be two folders – light and dark. Then follow the same patterns as used in the app. Remember - all svgs should have a theme suffix -> light or dark.

  3. Generate sprites

    bash generate_sprites.sh

    After the run completes, the updated sprites should be available inside the generated_sprites folder.