only include timezone data from 2010-2020

before all timezone data was included (1900-2038)
this reduces vendor.js production build by another 144KB
This commit is contained in:
jelhan 2015-07-31 14:39:59 +02:00
parent d511417323
commit e0a2fbdcf4

View file

@ -16,7 +16,7 @@ var app = new EmberApp({
'ember-moment': {
'includeLocales': ['de', 'en', 'es'],
'includeTimezone': 'all'
'includeTimezone': '2010-2020'
}
});