Added basic docs for the Emoji Rake tasks

Fixes gitlab-org/gitlab-ce#14794 gitlab-com/performance#13

[ci skip]
This commit is contained in:
Yorick Peterse 2016-06-23 15:30:35 +02:00
parent 63358f5755
commit a5670cd59b
No known key found for this signature in database
GPG Key ID: EDD30D2BEB691AC9
1 changed files with 20 additions and 0 deletions

View File

@ -33,3 +33,23 @@ bundle exec rake gitlab:generate_docs
```
bundle exec rake services:doc
```
## Updating Emoji Digests
To update the Emoji digests file (used for Emoji autocomplete) you must run the
following:
```
bundle exec rake gemojione:digests
```
This will update the file `fixtures/emojis/digests.json` based on the currently
available Emoji.
## Emoji Sprites
Generating a sprite file containing all the Emoji can be done by running:
```
bundle exec rake gemojione:sprite
```