mirror of
https://github.com/discourse/discourse.git
synced 2024-11-24 06:15:28 +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.
12 lines
357 B
JavaScript
12 lines
357 B
JavaScript
//= require admin/models/user-field
|
|
//= require admin/models/site-setting
|
|
//= require admin/models/screened-ip-address
|
|
//= require admin/models/api-key
|
|
//= require admin/models/tl3-requirements
|
|
//= require admin/models/admin-user
|
|
//= require_tree ./admin/models
|
|
//= require discourse/app/lib/export-result
|
|
//= require_tree ./admin
|
|
|
|
//= require resumable.js
|