Skip to content

Commit

Permalink
move plugin loader from startup to reaction-cli (#1332)
Browse files Browse the repository at this point in the history
  • Loading branch information
jshimko authored and Aaron Judd committed Aug 29, 2016
1 parent 509649d commit 7f12213
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 162 deletions.
2 changes: 0 additions & 2 deletions server/startup/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,6 @@ import Accounts from "./accounts";
import i18n from "./i18n";
import Load from "./load-data";
import Packages from "./packages";
import Plugins from "./plugins";
import Registry from "./registry";
import Init from "./init";

Expand All @@ -11,7 +10,6 @@ export default function () {
i18n();
Load();
Packages();
Plugins();
Registry();
Init();
}
160 changes: 0 additions & 160 deletions server/startup/plugins.js

This file was deleted.

0 comments on commit 7f12213

Please sign in to comment.