This repository has been archived by the owner on Mar 16, 2022. It is now read-only.
Automate icon generation (UI + service icons) #21
Labels
prio:high
Priority: High
size:epic
Size: Epic
type:feature
Type: Feature (new distinct functionality)
Description
The icons get delivered by the designers in SVG format. Currently, these SVGs have been bundled to a font icon using IcoMoon. We want to prevent extending the license for this, and instead automate this process. The flow envisioned for this is:
ui-icons
) with standardized names (such asui-user.svg
,ui-business.svg
).npm run generate-icons
).ui-user.svg
becomesui-user
).Also, this process should automatically be executed by Travis CI, at least on develop and master.
Acceptance criteria
Tasks
References
The text was updated successfully, but these errors were encountered: