mirror of
https://github.com/zulip/zulip.git
synced 2025-11-21 15:09:34 +00:00
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:
committed by
Tim Abbott
parent
197084ab93
commit
1cdab5ae61
@@ -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();
|
||||
|
||||
Reference in New Issue
Block a user