diff options
author | Douwe Maan <douwe@gitlab.com> | 2018-05-02 11:56:47 +0000 |
---|---|---|
committer | Douwe Maan <douwe@gitlab.com> | 2018-05-02 11:56:47 +0000 |
commit | e3b15d37180b49949e1ea19210f3ea219b645ec1 (patch) | |
tree | 1e070cf5943034b85a8ddc74301681814301ed84 /doc/development/fe_guide/icons.md | |
parent | 75f6e91fcde12029068f48b6b7fb3fd13a612c61 (diff) | |
download | gitlab-ce-revert-1350d80c.tar.gz |
Revert "Merge branch 'feature/display-active-sessions' into 'master'"revert-1350d80c
This reverts merge request !17867
Diffstat (limited to 'doc/development/fe_guide/icons.md')
-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 b469a9c6aef..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`. +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 |