mirror of
https://github.com/discourse/discourse.git
synced 2025-09-07 12:02:53 +08:00
DEV: Move preload-store
to discourse/lib/preload-store
It's only used inside Discourse so it needn't be its own module
This commit is contained in:
parent
6c968b7945
commit
01929e3505
28 changed files with 29 additions and 33 deletions
|
@ -6,7 +6,8 @@ var define, requirejs;
|
|||
var ALIASES = {
|
||||
"ember-addons/ember-computed-decorators":
|
||||
"discourse-common/utils/decorators",
|
||||
"discourse/lib/raw-templates": "discourse-common/lib/raw-templates"
|
||||
"discourse/lib/raw-templates": "discourse-common/lib/raw-templates",
|
||||
"preload-store": "discourse/lib/preload-store"
|
||||
};
|
||||
if (typeof Ember !== "undefined") {
|
||||
EMBER_MODULES = {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue