-
-
Notifications
You must be signed in to change notification settings - Fork 405
Closed
Description
Initializers are simply functions that run during application boot (and similarly instance initializers during ApplicationInstance boot). A hook in App.extend() in app.js would be a better starting point for beginners rather than a new file and folder structure.
We can enable this by
- exposing the hook
- replacing the place initializers are run with running the hook
- changing the blueprint to run loaded initializers automatically
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels