diff options
author | Tim Zallmann <Tim@tpmgames.com> | 2017-11-14 20:08:51 +0100 |
---|---|---|
committer | Annabel Dunstone Gray <annabel.dunstone@gmail.com> | 2017-11-16 08:42:18 -0700 |
commit | 245d0daddef23427d9b1aa206dbedf5b9cc89b34 (patch) | |
tree | 9072e6c225bf1c3247f644a438c91e0d75e340b9 /doc | |
parent | 08eaa59359ff1afc8ecac5b942d0f5b355cb8df4 (diff) | |
download | gitlab-ce-245d0daddef23427d9b1aa206dbedf5b9cc89b34.tar.gz |
Added info about tracking38451-fe-sprite-icons-vue-component
Diffstat (limited to 'doc')
-rw-r--r-- | doc/development/fe_guide/icons.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/development/fe_guide/icons.md b/doc/development/fe_guide/icons.md index 382c7311905..b288ee95722 100644 --- a/doc/development/fe_guide/icons.md +++ b/doc/development/fe_guide/icons.md @@ -49,7 +49,7 @@ Please use the following function inside JS to render an icon : All Icons and Illustrations are managed in the [gitlab-svgs](https://gitlab.com/gitlab-org/gitlab-svgs) repository which is added as a dev-dependency. -To upgrade to a new SVG Sprite version run `yarn upgrade @gitlab-org/gitlab-svgs` and then run `yarn run svg`. This task will copy the svg sprite and all illustrations in the correct folders. +To upgrade to a new SVG Sprite version run `yarn upgrade @gitlab-org/gitlab-svgs` and then run `yarn run svg`. This task will copy the svg sprite and all illustrations in the correct folders. The updated files should be tracked in Git as those are referenced. # SVG Illustrations |