emoji: Resolve emoji sprite sheets and stylesheets through Webpack.

This gives them cache-compatible URLs, and also avoids some extra
copies of the sprite sheet images.

Comments on the Octopus emoji added by tabbott.

Signed-off-by: Anders Kaseorg <anders@zulipchat.com>
This commit is contained in:
Anders Kaseorg
2020-02-20 15:20:39 -08:00
committed by Tim Abbott
parent 197084ab93
commit 1cdab5ae61
17 changed files with 107 additions and 85 deletions

View File

@@ -1,3 +1,4 @@
const emojisets = require("./emojisets");
const markdown_config = require('./markdown_config');
// This is where most of our initialization takes place.
@@ -295,6 +296,7 @@ exports.initialize_kitchen_sink_stuff = function () {
exports.initialize_everything = function () {
// initialize other stuff
emojisets.initialize();
people.initialize();
scroll_bar.initialize();
message_viewport.initialize();