mastodon/lib/tasks
Eugen Rochko 510df0ac55 Fix emojify() by generating a mapping to existing Twemoji files (#5080)
A new rake task emojis:generate downloads a full list of valid
unicode sequences from unicode.org and checks it against existing
Twemoji files, finally generating a map from each sequence to the
existing file (e.g. when there's multiple ways an emoji can be
expressed). The map is dumped into app/javascript/mastodon/emoji_map.json

That file is loaded by emojione_light.js (now a misnomer) which
decorates it further with shortcodes taken from emoji-mart's index.
2017-09-25 18:36:33 +02:00
..
assets.rake Refresh manifest before generate 500.html (#5090) 2017-09-25 16:58:12 +02:00
auto_annotate_models.rake Improve RuboCop rules (compatibility to Code Climate) (#3636) 2017-06-08 13:24:28 +02:00
db.rake [nanobox] Adjustments for Nanobox development (#3295) 2017-05-29 17:59:18 +02:00
emojis.rake Fix emojify() by generating a mapping to existing Twemoji files (#5080) 2017-09-25 18:36:33 +02:00
mastodon.rake When accessing uncached media attachment, redownload it (#4955) 2017-09-16 03:01:45 +02:00
statistics.rake add task to report code statistics (#2489) 2017-04-26 18:47:22 +02:00