Triggers the application framework to initialize, reading in all configurations and scan paths.
This plugin provides an entry point to the initialization of the application similar to the way jQuery.ready provides an entry point to the the html dom being ready for plugins. The boot process can be tuned via either client.js or server.js located in app/boot/
Arguments:
| callback | Function | |
|---|---|---|
| A callback to be applied after the event ApplicationInitialized and before the event ApplicationLoaded | ||
