mirror of
https://github.com/zulip/zulip.git
synced 2025-11-05 22:43:42 +00:00
Add moment.js third-party module via npm.
This is needed for timezone manipulations. We may be able to replace XDate with it in the future as well.
This commit is contained in:
@@ -765,6 +765,8 @@ JS_SPECS = {
|
||||
'js/blueslip.js',
|
||||
'third/bootstrap/js/bootstrap.js',
|
||||
'js/common.js',
|
||||
'node_modules/moment/moment.js',
|
||||
'node_modules/moment-timezone/builds/moment-timezone-with-data.js',
|
||||
],
|
||||
'output_filename': 'min/common.js'
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user