« Back to the Plugin/Claypool page
Booting your application is an simple, and really just an extension of the jQuery document ready event handler.
The application entry point is located in the folder app/boot by convention.
By no means are these conventions required and the boot file can be organized in any way the author seems fit.
However the reason for the conventions are simple, it allows other developers a clear fore knowledge of where to look to understand and modify the application entry point when needed
As part of our general conventions, the folder/file structure is given below as links to the specific documentation on each: