< documentation
Plugins
Extension Points
app/configs 1.0.x
usage
The configuration files for a jquery.claypool.js app are few and follow conventions very similiar to popular PHP, Python, Ruby, Java, frameworks in their layout. By no means are these conventions required and the configurations 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 configuration when needed
configs
As part of our general conventions, the folder/file structure is given below as links to the specific documentation on each:
Project
- app
- app/boot
- app/boot/client.js
- app/boot/server.js
- app/configs
- app/configs/config.js
- app/configs/environments.js
- app/configs/filters.js
- app/configs/logging.js
- app/configs/routes.js
- app/controllers
- app/controllers/example.js
- app/models
- app/models/example.js
- app/services
- app/services/example.js
- app/templates
- app/templates/example.js
- app/views
- app/views/example.js
- index.html
Guides
This guide is applicable to both the jquery-claypool client and server application frameworks. Where the two differ functionally the documentation will provide notes and examples of usage in each environment.