mirror of
https://github.com/discourse/discourse.git
synced 2024-11-24 20:01:11 +08:00
c1cc2f2a05
We weren't using this very much and introduces a dependency between discourse-common and discourse which makes moving to yarn workspaces more difficult. In the future we might user ember-addons properly but for now it's easier to move the code into discourse-common. Note the old folder is still there because at least one plugin was still requiring the old files. It will be removed in the future.
15 lines
470 B
JavaScript
15 lines
470 B
JavaScript
//= require ./discourse-common/utils/decorators
|
|
//= require_tree ./discourse-common
|
|
//= require i18n-patches
|
|
//= require_tree ./select-kit
|
|
//= 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
|