mirror of
https://github.com/the-djmaze/snappymail.git
synced 2026-09-03 14:37:02 +03:00
Droppped momentjs in favor of Intl
Uses a fallback for Intl.RelativeTimeFormat in Date.prototype.fromNow
This commit is contained in:
parent
6f585e1f1d
commit
3bfe2c67d1
17 changed files with 478 additions and 97 deletions
|
|
@ -30,7 +30,6 @@ config.paths.static = 'rainloop/v/' + config.devVersion + '/static/';
|
|||
config.paths.staticJS = 'rainloop/v/' + config.devVersion + '/static/js/';
|
||||
config.paths.staticMinJS = 'rainloop/v/' + config.devVersion + '/static/js/min/';
|
||||
config.paths.staticCSS = 'rainloop/v/' + config.devVersion + '/static/css/';
|
||||
config.paths.momentLocales = 'rainloop/v/' + config.devVersion + '/app/localization/moment/';
|
||||
|
||||
config.paths.assets = {
|
||||
src: 'assets/**/*.*'
|
||||
|
|
@ -65,9 +64,6 @@ config.paths.css = {
|
|||
};
|
||||
|
||||
config.paths.js = {
|
||||
moment: {
|
||||
locales: ['node_modules/moment/locale/*.js']
|
||||
},
|
||||
libs: {
|
||||
name: 'libs.js',
|
||||
src: [
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue