mirror of
https://github.com/zulip/zulip.git
synced 2025-10-23 04:52:12 +00:00
Replaced methods/functions of moment.js with date-fns library. The motive was to replace it with a smaller frontend timezone library. Date-fns ~ 11.51 kb moment.js ~ 217.87 kb Some of the format strings change because date-fns encodes them differently from how moment did. Fixes #16373.
17 lines
345 B
Plaintext
17 lines
345 B
Plaintext
# Code
|
|
/webpack-bundles
|
|
|
|
# Generated static files
|
|
|
|
# Copied zulip_bots package
|
|
/generated/bots/
|
|
# From emoji
|
|
/generated/emoji
|
|
/generated/emoji-styles
|
|
# From passing pygments data to the frontend
|
|
/generated/pygments_data.json
|
|
# From passing timezones data to the frontend
|
|
/generated/timezones.json
|
|
# Legacy emoji data directory
|
|
/third/emoji-data
|