The communications platform that puts data protection first.
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
Rocket.Chat/packages/rocketchat-emoji-emojione
Rodrigo Nascimento e62fddcb29
Move all npm from meteor packages to package.json & Update versions
7 years ago
..
client Fix emoji size on last message preview 8 years ago
server Move files from emojione to client/server folders 8 years ago
.gitignore Fix emojis 9 years ago
README.md Fix emojis 9 years ago
emojiPicker.js Fix emoji picker titles 8 years ago
emojione.sprites.mustache Fix emojis 9 years ago
generateEmojiIndex.js Move all npm from meteor packages to package.json & Update versions 7 years ago
package.js Move files from emojione to client/server folders 8 years ago
rocketchat.js [NEW] Implements user's preferences helper function 8 years ago

README.md

Updating emojione

Generate new category map variable for emojipicker

Create a file called emoji.json on this directory with the content of the file https://github.com/Ranks/emojione/blob/master/emoji.json

After that, run:

node generateEmojiIndex.js

Grab the result and update the file emojiPicker.js.

Generate new percentage sprite

Clone the repository https://github.com/Ranks/emojione/ and replace the file assets/sprites/emojione.sprites.mustache with the content of emojione.sprites.mustache, then run at emojione folder:

grunt sprite
sass --sourcemap=none assets/sprites/emojione.sprites.scss sprites.css

And replace the file sprites.css at Rocket.Chat's /packages/rocketchat-emoji-emojione/sprites.css.