Skip to content
splitice edited this page May 9, 2012 · 3 revisions

This diagram is incomplete.

app/
 |-css/
 |----main/                     [Default Stylesheet]
 |     |---[*.css,*.less,...]   [Files Merged]
 |----[print,admin,...]/        [Optional: Other stylesheets or aditional definitions
 |                                                      for existing system stylesheets]
 |-js/
 | |-main/                      [Default combined javascripts]
 |     |---[*.js]               [Files Merged]
 | |-lib/                       [AMD libraries to load]
 | |-...
 |-lib/
 |  |-ApplicationLibrary        [Application Library, can be called whatever applicable]
 |  |- ...                      [IncludedLibraries]
 |-template/
 |----------HTML/               [The default Template Container]
 |----------...                 [Extra Template containers / overrides for system ones]

system/
 |----bin/                      [Framework files for starting crons, daemons and 
 |                                                                handling web requests]
 |-js/
 | |-main/                      [Default combined javascripts]
 | |-framework/                 [Framework supplied libraries that can be loaded]
 |----lib/
 |--------CoreLib/              [All the framework libraries]
 |----template/                 
 |-------------framework/       [Template files for supplied framework modules]
 |-------------admin/           [Admin templates]
 |- ...
 
static/
 | - [Static files]
Clone this wiki locally