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:
hackerkid
2017-04-02 03:37:03 +05:30
committed by Tim Abbott
parent ecf9a50610
commit 2a0a84b229
4 changed files with 6 additions and 1 deletions

View File

@@ -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'
},