mirror of
https://github.com/discourse/discourse.git
synced 2024-11-23 02:19:27 +08:00
1ca6434d40
* DEV: Move toHumanSize patch into I18n proper The patch wasn't loaded in Ember CLI environment causing translation discrepancies. * DEV: Remove String.prototype.i18n I don't think this patch is needed. Let the CI prove me wrong. :P
13 lines
409 B
JavaScript
13 lines
409 B
JavaScript
//= require_tree ./discourse-common/addon
|
|
//= require_tree ./select-kit/addon
|
|
//= require wizard/router
|
|
//= require wizard/wizard
|
|
//= require_tree ./wizard/templates
|
|
//= require_tree ./wizard/components
|
|
//= require_tree ./wizard/models
|
|
//= require_tree ./wizard/routes
|
|
//= require_tree ./wizard/controllers
|
|
//= require_tree ./wizard/lib
|
|
//= require_tree ./wizard/mixins
|
|
//= require_tree ./wizard/initializers
|