diff options
author | Eric Eastwood <contact@ericeastwood.com> | 2017-11-14 15:32:45 -0600 |
---|---|---|
committer | Eric Eastwood <contact@ericeastwood.com> | 2017-11-14 16:14:02 -0600 |
commit | b5b35865435ee12be26c22d37b286a4936b701af (patch) | |
tree | 6c05bc43e7447ad847b1772a244e4d007eeb43b9 /doc/development | |
parent | 27c9e83573df07799f5d77ccf4cafe96a2d43ee5 (diff) | |
download | gitlab-ce-b5b35865435ee12be26c22d37b286a4936b701af.tar.gz |
Regenerate emoji digests with latest gemojione
Diffstat (limited to 'doc/development')
-rw-r--r-- | doc/development/rake_tasks.md | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/doc/development/rake_tasks.md b/doc/development/rake_tasks.md index bfd80aab6a4..4773b6773e8 100644 --- a/doc/development/rake_tasks.md +++ b/doc/development/rake_tasks.md @@ -122,6 +122,15 @@ they can be easily inspected. bundle exec rake services:doc ``` +## Updating Emoji Aliases + +To update the Emoji aliases file (used for Emoji autocomplete) you must run the +following: + +``` +bundle exec rake gemojione:aliases +``` + ## Updating Emoji Digests To update the Emoji digests file (used for Emoji autocomplete) you must run the @@ -131,6 +140,7 @@ following: bundle exec rake gemojione:digests ``` + This will update the file `fixtures/emojis/digests.json` based on the currently available Emoji. |